MatrixSynapse/synapse/storage
Erik Johnston 8a380d0fe2
Increase perf of `get_auth_chain_ids` used in state res v2. (#6937)
We do this by moving the recursive query to be fully in the DB.
2020-02-18 15:39:09 +00:00
..
data_stores Increase perf of `get_auth_chain_ids` used in state res v2. (#6937) 2020-02-18 15:39:09 +00:00
engines Warn if postgres database has non-C locale. (#6734) 2020-01-28 13:44:21 +00:00
schema
util
__init__.py
_base.py
background_updates.py
database.py Reduce performance logging to DEBUG (#6833) 2020-02-05 08:57:37 +00:00
keys.py
persist_events.py Reduce amount of logging at INFO level. (#6862) 2020-02-06 13:31:05 +00:00
prepare_database.py Warn if postgres database has non-C locale. (#6734) 2020-01-28 13:44:21 +00:00
presence.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py