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:
authorAndreas Brandl <abrandl@gitlab.com>2018-04-06 13:24:33 +0300
committerAndreas Brandl <abrandl@gitlab.com>2018-04-09 19:49:08 +0300
commitcdfe437e8eaad61acf0ba7f2be719ef03d724493 (patch)
tree81d074e55760299e3f5516943b7145a9cb50d993 /changelogs/unreleased
parent91a3a4b526214f4174f4f12de23dfb5baf033211 (diff)
Reduce complexity of issuable finder query.
This removes the extra check for project-ids which is not needed at all. This does not necessarily reduce execution time of the query, but improves planning time by a few millseconds. Closes #37125.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/ab-37125-assigned-issues-query.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ab-37125-assigned-issues-query.yml b/changelogs/unreleased/ab-37125-assigned-issues-query.yml
new file mode 100644
index 00000000000..5d4aad08764
--- /dev/null
+++ b/changelogs/unreleased/ab-37125-assigned-issues-query.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce complexity of issuable finder query.
+merge_request: 18219
+author:
+type: performance