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:
Diffstat (limited to 'changelogs/unreleased/21043-fix-more-n-plus-one-queries.yml')
-rw-r--r--changelogs/unreleased/21043-fix-more-n-plus-one-queries.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/21043-fix-more-n-plus-one-queries.yml b/changelogs/unreleased/21043-fix-more-n-plus-one-queries.yml
new file mode 100644
index 00000000000..15c867e107a
--- /dev/null
+++ b/changelogs/unreleased/21043-fix-more-n-plus-one-queries.yml
@@ -0,0 +1,6 @@
+---
+title: Eliminate N+1 database queries on the user notifications page within the project
+ notifications section
+merge_request: 59029
+author:
+type: performance