diff options
author | Erik Johnston <erik@matrix.org> | 2021-11-02 15:46:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 15:46:48 +0000 |
commit | 6250b95efe88385bb3ec2842d5eb76f42ef762ef (patch) | |
tree | 548f6308b1ef9fae33e3006a9096397a3a8b9634 /changelog.d | |
parent | Merge remote-tracking branch 'origin/master' into develop (diff) | |
download | synapse-6250b95efe88385bb3ec2842d5eb76f42ef762ef.tar.xz |
Add index to `local_group_updates.stream_id` (#11231)
This should speed up startup times and generally increase performance of groups.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11231.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11231.misc b/changelog.d/11231.misc new file mode 100644 index 0000000000..c7fca7071e --- /dev/null +++ b/changelog.d/11231.misc @@ -0,0 +1 @@ +Minor speed up to start up times and getting updates for groups by adding missing index to `local_group_updates.stream_id`. |