Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Git Git
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitGit
  • Issues
  • #92
Closed
Open
Created May 07, 2021 by Patrick Steinhardt@pks-tMaintainer

Object consistency checks on push are slow

When a user pushes objects into a Git repository, one can optionally enable object consistency checks via receive.fsckObjects. Enumeration of new objects is slow though because the current implementation does a graph walk, which scales with repository size. This can be improved by reusing information from the quarantine environment.

Edited May 07, 2021 by Patrick Steinhardt
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking