synapse-product/synapse/util/caches
Patrick Cloke 1799a54a54
Batch fetch bundled annotations (#14491)
Avoid an n+1 query problem and fetch the bundled aggregations for
m.annotation relations in a single query instead of a query per event.

This applies similar logic for as was previously done for edits in
8b309adb43 (#11660) and threads
in b65acead42 (#11752).
2022-11-22 07:26:11 -05:00
..
__init__.py
cached_call.py
deferred_cache.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py
response_cache.py
stream_change_cache.py
treecache.py
ttlcache.py