Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2017-08-03 16:18:57 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-08-03 16:20:59 +0300
commit9b3f0569fa298f192735af10d685ffc68b86afe3 (patch)
tree69bb3470b3f356e2ae251c90c11f98589eb35b99 /changelogs
parent27d34789c99510c5005e2db0a57c308e2eca2bba (diff)
Re-organise "issues" indexes for faster ordering
By adding various composite indexes we can reduce the time spent retrieving issue lists. Because of the way these indexes are built column wise we can also remove some standalone indexes, keeping the total number of indexes in check.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/reorganise-issues-indexes-for-sorting.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/reorganise-issues-indexes-for-sorting.yml b/changelogs/unreleased/reorganise-issues-indexes-for-sorting.yml
new file mode 100644
index 00000000000..5bfe55e562f
--- /dev/null
+++ b/changelogs/unreleased/reorganise-issues-indexes-for-sorting.yml
@@ -0,0 +1,4 @@
+---
+title: Re-organise "issues" indexes for faster ordering
+merge_request:
+author: