diff options
author | Sean McGivern <sean@gitlab.com> | 2017-11-24 10:11:37 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-11-28 16:13:57 +0000 |
commit | 484ae2ee2db58a641d3c3fff36f46b431ce450df (patch) | |
tree | c5124b9b841b0d0a649a1d6bc1c82d2bc9d200db /spec/controllers | |
parent | 4ebbfe5d3e0dbe06346ee0c64a8f62ec11f9b6e8 (diff) | |
download | gitlab-ce-remove-mr-diff-serialised-columns.tar.gz |
Improve indexes on merge_request_diffsremove-mr-diff-serialised-columns
For getting the SHAs from an MR to find pipelines, we get the last 100 MR diffs
for the MR, and find commits from those. This was un-indexed before, because the
index was not a composite index on merge_request_diff_id, id. Changing that
means that this scope can exclusively use indexes.
Diffstat (limited to 'spec/controllers')
0 files changed, 0 insertions, 0 deletions