Skip to content

Fix sub-optimal query batching

Alex Kalderimis requested to merge ajk-batchmodelloader into master

What does this MR do?

This introduces a new version of our batch-model loader that does not suffer from the sub-optimal batching seen in https://gitlab.com/gitlab-org/gitlab-ce/issues/66523

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

This MR aims to improve performance by reducing the numbers of queries we need to issue.

Merge request reports