MatrixSynapse/synapse/storage
Erik Johnston 350d9923cd
Make chain cover index bg update go faster (#9124)
We do this by allowing a single iteration to process multiple rooms at a
time, as there are often a lot of really tiny rooms, which can massively
slow things down.
2021-01-15 17:18:37 +00:00
..
databases Make chain cover index bg update go faster (#9124) 2021-01-15 17:18:37 +00:00
engines
schema
util Fix chain cover background update to work with split out event persisters (#9115) 2021-01-14 17:19:35 +00:00
__init__.py
_base.py
background_updates.py
database.py Fix chain cover background update to work with split out event persisters (#9115) 2021-01-14 17:19:35 +00:00
keys.py
persist_events.py
prepare_database.py Remove old tables after schema version bump (#9055) 2021-01-11 13:58:19 +00:00
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py