MatrixSynapse/synapse/storage
Patrick Cloke 6bf81a7a61
Bundle aggregations outside of the serialization method. (#11612)
This makes the serialization of events synchronous (and it no
longer access the database), but we must manually calculate and
provide the bundled aggregations.

Overall this should cause no change in behavior, but is prep work
for other improvements.
2022-01-07 09:10:46 -05:00
..
databases Bundle aggregations outside of the serialization method. (#11612) 2022-01-07 09:10:46 -05:00
engines
schema
util
__init__.py
_base.py
background_updates.py
database.py
keys.py
persist_events.py
prepare_database.py Run _upgrade_existing_database on workers if at current schema_version (#11346) 2021-11-15 17:34:15 +00:00
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py