0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-13 14:24:41 +02:00
synapse/changelog.d/12747.bugfix
Erik Johnston 32ef24fbd7
Add index to cache invalidations (#12747)
For workers that rarely write to the cache the `get_all_updated_caches`
query can become expensive if the worker falls behind when reading the
cache.
2022-05-17 09:34:59 +00:00

2 lines
113 B
Plaintext

Fix poor database performance when reading the cache invalidation stream for large servers with lots of workers.