diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-11 09:50:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 09:50:14 -0500 |
commit | b65acead428653b988351ae8d7b22127a22039cd (patch) | |
tree | 9cda595b79c838b8769570fd60cb4f8e1f262841 /changelog.d | |
parent | Prepare for rename of default complement branch (#11971) (diff) | |
download | synapse-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.misc | 1 |
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. |