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 Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
_base.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
background_updates.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
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 Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
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 Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
push_rule.py
relations.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
roommember.py
state.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
types.py