summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-08-23 09:23:22 +0100
committerGitHub <noreply@github.com>2023-08-23 09:23:22 +0100
commit3b3fed7229c8110870aefd4de740724fc607a46c (patch)
tree893477e41cb8218b09ba1402e6990794c3b58729 /changelog.d
parentClean-up presence tests (#16158) (diff)
downloadsynapse-3b3fed7229c8110870aefd4de740724fc607a46c.tar.xz
Increase perf of read/write locks (#16149)
We do this by marking the tables as `UNLOGGED` in PostgreSQL.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16149.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16149.misc b/changelog.d/16149.misc
new file mode 100644
index 0000000000..8b6674d2aa
--- /dev/null
+++ b/changelog.d/16149.misc
@@ -0,0 +1 @@
+Increase performance of read/write locks.