mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-17 21:50:13 -04:00
Improve start time by adding index to e2e_cross_signing_keys (#8694)
We do a `SELECT MAX(stream_id) FROM e2e_cross_signing_keys` on startup.
This commit is contained in:
parent
11fd90a2b7
commit
1eb9de90c0
4 changed files with 36 additions and 2 deletions
1
changelog.d/8694.misc
Normal file
1
changelog.d/8694.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Improve start time by adding an index to `e2e_cross_signing_keys.stream_id`.
|
Loading…
Add table
Add a link
Reference in a new issue