summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-10-27 12:33:21 +0100
committerGitHub <noreply@github.com>2021-10-27 11:33:21 +0000
commit72626b78ef4aa9ab0bd11e332495f34bd43bbc26 (patch)
tree435e2abe746d4e50048ea4052b5f83189defe8dd /changelog.d
parentUpdate CHANGES.md (diff)
downloadsynapse-72626b78ef4aa9ab0bd11e332495f34bd43bbc26.tar.xz
Fix thread BG update to not seq scan event_json (#11192)
For some reason the query optimiser decided to seq scan both tables,
rather than index scanning `event_json`.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11192.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11192.feature b/changelog.d/11192.feature
new file mode 100644
index 0000000000..76b0d28084
--- /dev/null
+++ b/changelog.d/11192.feature
@@ -0,0 +1 @@
+Experimental support for the thread relation defined in [MSC3440](https://github.com/matrix-org/matrix-doc/pull/3440).