diff options
author | Phil Hughes <me@iamphill.com> | 2017-02-15 10:42:54 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-02-16 08:47:48 +0000 |
commit | 2a60f4dea86c9aa052d88de9c772e91750885a9a (patch) | |
tree | 031dd225b517fc766bf3d34f2b0404570082a40e /changelogs | |
parent | 6038355f9e802f5078e19d31166e2c05b7b21af1 (diff) | |
download | gitlab-ce-snippets-search-performance.tar.gz |
Reduce query count for snippet searchsnippets-search-performance
Recudes the number of queries within the snippet search from approx. 50
to approx. 14 by preloading the authors
Part of #27392
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/snippets-search-performance.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/snippets-search-performance.yml b/changelogs/unreleased/snippets-search-performance.yml new file mode 100644 index 00000000000..2895478abfd --- /dev/null +++ b/changelogs/unreleased/snippets-search-performance.yml @@ -0,0 +1,4 @@ +--- +title: Reduced query count for snippet search +merge_request: +author: |