mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 09:54:02 -05:00
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 |
||
|---|---|---|
| .. | ||
| __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 | ||