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:
authorStan Hu <stanhu@gmail.com>2017-04-19 06:00:35 +0300
committerStan Hu <stanhu@gmail.com>2017-04-19 16:45:01 +0300
commit3f0054a88c84ef5631ee82c1cc9bc985c2eea58b (patch)
tree0464eb8ec25de8420f23d3669c66ddfdeb3260e1 /changelogs
parenta9da37434af6d44c5f851affd4bd69b370760e8e (diff)
Add unique index for note_id to system note metadata table
In issue 1, the sequential scan was taking 250+ ms.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-add-index-to-system-note-metadata.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-add-index-to-system-note-metadata.yml b/changelogs/unreleased/sh-add-index-to-system-note-metadata.yml
new file mode 100644
index 00000000000..6b226c53f30
--- /dev/null
+++ b/changelogs/unreleased/sh-add-index-to-system-note-metadata.yml
@@ -0,0 +1,4 @@
+---
+title: Add unique index for notes_id to system note metadata table
+merge_request:
+author: