diff options
author | Robert Speicher <robert@gitlab.com> | 2018-10-04 16:11:42 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-10-04 16:11:42 +0000 |
commit | 707148ebae4cdda42b2b0cc5f87a6aa49615728f (patch) | |
tree | 0fc2c23d019eb7f9a7fffc10291781e80f02a528 /changelogs | |
parent | fc4112077e9fa71a4c6094f761df824a205f2396 (diff) | |
parent | 0199c92cc9fd7722f2ec5796936dd35341df4ef5 (diff) | |
download | gitlab-ce-707148ebae4cdda42b2b0cc5f87a6aa49615728f.tar.gz |
Merge branch '47496-more-n-1s-in-calculating-notification-recipients' into 'master'
Resolve "More N+1s in calculating notification recipients"
Closes #47496
See merge request gitlab-org/gitlab-ce!22050
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/47496-more-n-1s-in-calculating-notification-recipients.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/47496-more-n-1s-in-calculating-notification-recipients.yml b/changelogs/unreleased/47496-more-n-1s-in-calculating-notification-recipients.yml new file mode 100644 index 00000000000..f70011ac827 --- /dev/null +++ b/changelogs/unreleased/47496-more-n-1s-in-calculating-notification-recipients.yml @@ -0,0 +1,5 @@ +--- +title: Reduce queries needed to compute notification recipients +merge_request: 22050 +author: +type: performance |