diff options
author | David Robertson <davidr@element.io> | 2023-10-10 10:33:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 10:33:39 +0100 |
commit | 28fd28e92e9743ae98833fdb2a233aee64568a06 (patch) | |
tree | 0f344aae91e8d2a6c944d278ea8b137d6e278a48 /changelog.d | |
parent | Disable statement timeout whilst purging rooms (#16455) (diff) | |
download | synapse-28fd28e92e9743ae98833fdb2a233aee64568a06.tar.xz |
Add DB indices to speed up purging rooms (#16457)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16457.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16457.bugfix b/changelog.d/16457.bugfix new file mode 100644 index 0000000000..b9a95cc510 --- /dev/null +++ b/changelog.d/16457.bugfix @@ -0,0 +1 @@ +Improve the performance of purging rooms, particularly encrypted rooms. |