diff options
author | Erik Johnston <erikj@element.io> | 2024-01-23 11:37:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 11:37:16 +0000 |
commit | c925b4556798539d172664ed69734c8611f669d2 (patch) | |
tree | 7406bfa72116da736caf2ec6af4876a8df9ff5ca /changelog.d | |
parent | Correctly mention previous copyright (#16820) (diff) | |
download | synapse-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.misc | 1 |
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. |