summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-01-23 11:37:16 +0000
committerGitHub <noreply@github.com>2024-01-23 11:37:16 +0000
commitc925b4556798539d172664ed69734c8611f669d2 (patch)
tree7406bfa72116da736caf2ec6af4876a8df9ff5ca /changelog.d
parentCorrectly mention previous copyright (#16820) (diff)
downloadsynapse-c925b4556798539d172664ed69734c8611f669d2.tar.xz
Speed up e2e device keys queries for bot accounts (#16841)
This helps with bot accounts with lots of non-e2e devices.

The change is basically to change the order of the join for the case of
using `INNER JOIN`
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16841.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16841.misc b/changelog.d/16841.misc
new file mode 100644
index 0000000000..1999b3397a
--- /dev/null
+++ b/changelog.d/16841.misc
@@ -0,0 +1 @@
+Speed up e2e device keys queries for bot accounts.