summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-05-31 13:59:56 +0000
committerGitHub <noreply@github.com>2023-05-31 14:59:56 +0100
commit11e15d79b8a0af593fd9467e0cc7f8a9dfcb6c4f (patch)
tree7f286108fd49cc1241e3d65294c39f7efcb8a230 /changelog.d
parentfixup changelog (diff)
downloadsynapse-11e15d79b8a0af593fd9467e0cc7f8a9dfcb6c4f.tar.xz
Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. (#15693)
* Add indices required to efficiently validate new foreign key constraints on stream_ordering

* Newsfile

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>

---------

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15693.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15693.bugfix b/changelog.d/15693.bugfix
new file mode 100644
index 0000000000..d0325de007
--- /dev/null
+++ b/changelog.d/15693.bugfix
@@ -0,0 +1 @@
+Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive.
\ No newline at end of file