diff options
author | reivilibre <oliverw@matrix.org> | 2023-05-31 13:59:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 14:59:56 +0100 |
commit | 11e15d79b8a0af593fd9467e0cc7f8a9dfcb6c4f (patch) | |
tree | 7f286108fd49cc1241e3d65294c39f7efcb8a230 /changelog.d | |
parent | fixup changelog (diff) | |
download | synapse-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.bugfix | 1 |
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 |