gitlab-org--gitlab-foss/spec/services/projects/lfs_pointers
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
..
lfs_download_link_list_service_spec.rb Convert RestClient to Gitlab::HTTP for Prometheus Monitor 2019-08-07 02:42:20 +00:00
lfs_download_service_spec.rb
lfs_import_service_spec.rb
lfs_link_service_spec.rb Makes LFS object linker process OIDs in batches 2019-08-27 15:52:33 -07:00
lfs_object_download_list_service_spec.rb