gitlab-org--gitlab-foss/changelogs/unreleased/sh-lfs-object-batches.yml
Stan Hu 2022e6799b Makes LFS object linker process OIDs in batches
During a project import, `LfsLinkService` attempts to link `LfsObjects`
that have not already been associated with a project.  It's possible for
a large repo to have thousands of OIDs, which can cause long database
query and parsing times.  By processing a batch of 1000 at a time, we
can reduce that time at the expense of a few more SQL queries.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66274
2019-08-27 15:52:33 -07:00

5 lines
106 B
YAML

---
title: Makes LFS object linker process OIDs in batches
merge_request: 32268
author:
type: performance