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:
Erik Johnston 2020-11-02 13:55:56 +00:00 committed by GitHub
parent 11fd90a2b7
commit 1eb9de90c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 2 deletions

1
changelog.d/8694.misc Normal file
View file

@ -0,0 +1 @@
Improve start time by adding an index to `e2e_cross_signing_keys.stream_id`.