MatrixSynapse/synapse/storage
David Robertson fff9b955fa
Generate separate snapshots for logical databases (#13792)
* Generate separate snapshots for sqlite, postgres and common
* Cleanup postgres dbs in the TRAP
* Say which logical DB we're applying updates to
* Run background updates on the state DB
* Add new option for accepting a SCHEMA_NUMBER
2022-09-20 14:14:12 +01:00
..
controllers Fix bug in device list caching when remote users leave rooms (#13749) 2022-09-14 10:42:57 +01:00
databases Port the push rule classes to Rust. (#13768) 2022-09-20 12:10:31 +01:00
engines Require SQLite >= 3.27.0 (#13760) 2022-09-09 11:14:10 +01:00
schema Add support to purge rows from MSC2716 and other tables when purging a room (#13825) 2022-09-16 10:56:56 -05:00
util
__init__.py
_base.py
background_updates.py Generate separate snapshots for logical databases (#13792) 2022-09-20 14:14:12 +01:00
database.py Support providing an index predicate for upserts. (#13822) 2022-09-15 18:28:48 +00:00
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py
types.py