diff options
author | Sean <squahtx@users.noreply.github.com> | 2021-09-03 17:16:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 17:16:56 +0100 |
commit | 924276f4821c71b788378e1ed6a0bd384771844f (patch) | |
tree | 3993365bb6f4935e4467cba382d805c1e4fca90e /changelog.d | |
parent | Use `execute_values` more in PostgreSQL (#10754) (diff) | |
download | synapse-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.misc | 1 |
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. |