gitlab-org--gitlab-foss/changelogs/unreleased/speed-up-merge-request-all-commits-shas.yml
Sean McGivern 4c0864fd9e Speed up all_commit_shas for new merge requests
For merge requests created after 9.4, we have a `merge_request_diff_commits`
table we can get all the SHAs from very quickly. We just need to exclude these
when we load from the legacy format, by ignoring diffs with no serialised
commits.

Once these have been migrated in the background, every MR will see this
improvement.
2017-07-07 13:59:23 +01:00

4 lines
111 B
YAML

---
title: Make loading new merge requests (those created after the 9.4 upgrade) faster
merge_request:
author: