summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean <squahtx@users.noreply.github.com>2021-09-03 17:16:56 +0100
committerGitHub <noreply@github.com>2021-09-03 17:16:56 +0100
commit924276f4821c71b788378e1ed6a0bd384771844f (patch)
tree3993365bb6f4935e4467cba382d805c1e4fca90e /changelog.d
parentUse `execute_values` more in PostgreSQL (#10754) (diff)
downloadsynapse-924276f4821c71b788378e1ed6a0bd384771844f.tar.xz
Add a partial index to `presence_stream` to speed up startups (#10748)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10748.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10748.misc b/changelog.d/10748.misc
new file mode 100644
index 0000000000..b9e2c46087
--- /dev/null
+++ b/changelog.d/10748.misc
@@ -0,0 +1 @@
+Add an index to `presence_stream` to hopefully speed up startups a little.