diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-11-09 14:40:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 14:40:30 -0500 |
commit | 9f514dd0fbf539d97b6d9f8f590aaf668fb3280e (patch) | |
tree | 80463e04fdef771952a8b5712b6a944c9660a5f2 /changelog.d | |
parent | Convert simple_select_one_txn and simple_select_one to return tuples. (#16612) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/16613.feature | 2 | ||||
-rw-r--r-- | changelog.d/16616.feature | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/16613.feature b/changelog.d/16613.feature index 254d04a90e..419c56fb83 100644 --- a/changelog.d/16613.feature +++ b/changelog.d/16613.feature @@ -1 +1 @@ -Improve the performance of claiming encryption keys in multi-worker deployments. +Improve the performance of some operations in multi-worker deployments. 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. |