summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-02-11 09:50:14 -0500
committerGitHub <noreply@github.com>2022-02-11 09:50:14 -0500
commitb65acead428653b988351ae8d7b22127a22039cd (patch)
tree9cda595b79c838b8769570fd60cb4f8e1f262841 /changelog.d
parentPrepare for rename of default complement branch (#11971) (diff)
downloadsynapse-b65acead428653b988351ae8d7b22127a22039cd.tar.xz
Fetch thread summaries for multiple events in a single query (#11752)
This should reduce database usage when fetching bundled aggregations
as the number of individual queries (and round trips to the database) are
reduced.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11752.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11752.misc b/changelog.d/11752.misc
new file mode 100644
index 0000000000..47e085e4d9
--- /dev/null
+++ b/changelog.d/11752.misc
@@ -0,0 +1 @@
+Improve performance when fetching bundled aggregations for multiple events.