summary refs log tree commit diff
path: root/changelog.d/16616.feature
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-11-09 14:40:30 -0500
committerGitHub <noreply@github.com>2023-11-09 14:40:30 -0500
commit9f514dd0fbf539d97b6d9f8f590aaf668fb3280e (patch)
tree80463e04fdef771952a8b5712b6a944c9660a5f2 /changelog.d/16616.feature
parentConvert simple_select_one_txn and simple_select_one to return tuples. (#16612) (diff)
downloadsynapse-9f514dd0fbf539d97b6d9f8f590aaf668fb3280e.tar.xz
Use _invalidate_cache_and_stream_bulk in more places. (#16616)
This takes advantage of the new bulk method in more places to
invalidate caches for many keys at once (and then to stream that
over replication).
Diffstat (limited to 'changelog.d/16616.feature')
-rw-r--r--changelog.d/16616.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16616.feature b/changelog.d/16616.feature
new file mode 100644
index 0000000000..419c56fb83
--- /dev/null
+++ b/changelog.d/16616.feature
@@ -0,0 +1 @@
+Improve the performance of some operations in multi-worker deployments.