diff options
author | Andreas Brandl <abrandl@gitlab.com> | 2018-11-19 15:39:15 +0100 |
---|---|---|
committer | Andreas Brandl <abrandl@gitlab.com> | 2019-01-03 15:12:49 +0100 |
commit | 50f9817afb3d6cc599c499abf1536215eada5600 (patch) | |
tree | b5b8aafba9c086e514d873ff15de7f7146725a82 /changelogs/unreleased/ab-50763-persist-index.yml | |
parent | a39cddf7b78f71006c7b8884432efe41220becb6 (diff) | |
download | gitlab-ce-50f9817afb3d6cc599c499abf1536215eada5600.tar.gz |
Add specific indexes for CI
This adds specific indexes to speed up the query mentioned in
https://gitlab.com/gitlab-org/gitlab-ce/issues/50763 and to avoid
statement timeouts.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50763.
Diffstat (limited to 'changelogs/unreleased/ab-50763-persist-index.yml')
-rw-r--r-- | changelogs/unreleased/ab-50763-persist-index.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ab-50763-persist-index.yml b/changelogs/unreleased/ab-50763-persist-index.yml new file mode 100644 index 00000000000..0cf11923c5a --- /dev/null +++ b/changelogs/unreleased/ab-50763-persist-index.yml @@ -0,0 +1,5 @@ +--- +title: Add indexes to speed up CI query. +merge_request: 23188 +author: +type: performance |