summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-02-08 07:43:30 -0500
committerGitHub <noreply@github.com>2022-02-08 07:43:30 -0500
commit8b309adb436c162510ed1402f33b8741d71fc058 (patch)
treea4d82e8fd8b9215204c7c0986ec2e216d09a1e27 /changelog.d
parentReturn JSON errors for unknown resources under /matrix/client. (#11930) (diff)
downloadsynapse-8b309adb436c162510ed1402f33b8741d71fc058.tar.xz
Fetch edits for multiple events in a single query. (#11660)
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/11660.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11660.misc b/changelog.d/11660.misc
new file mode 100644
index 0000000000..47e085e4d9
--- /dev/null
+++ b/changelog.d/11660.misc
@@ -0,0 +1 @@
+Improve performance when fetching bundled aggregations for multiple events.