diff options
author | Erik Johnston <erik@matrix.org> | 2023-08-23 09:23:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 09:23:22 +0100 |
commit | 3b3fed7229c8110870aefd4de740724fc607a46c (patch) | |
tree | 893477e41cb8218b09ba1402e6990794c3b58729 /changelog.d | |
parent | Clean-up presence tests (#16158) (diff) | |
download | synapse-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.misc | 1 |
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. |