2022e6799b
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
5 lines
106 B
YAML
5 lines
106 B
YAML
---
|
|
title: Makes LFS object linker process OIDs in batches
|
|
merge_request: 32268
|
|
author:
|
|
type: performance
|