MatrixSynapse/synapse/storage
Erik Johnston c8684e6792
Reduce DB load of /sync when using presence (#12885)
While the query was fast, we were calling it *a lot*.
2022-05-31 13:01:05 +00:00
..
controllers Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
databases Reduce DB load of /sync when using presence (#12885) 2022-05-31 13:01:05 +00:00
engines
schema Stop reading from `event_edges.room_id`. (#12914) 2022-05-31 13:51:49 +01:00
util
__init__.py Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
_base.py
background_updates.py
database.py
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
types.py