MatrixSynapse/synapse/storage
Erik Johnston 72626b78ef
Fix thread BG update to not seq scan event_json (#11192)
For some reason the query optimiser decided to seq scan both tables,
rather than index scanning `event_json`.
2021-10-27 11:33:21 +00:00
..
databases Fix thread BG update to not seq scan event_json (#11192) 2021-10-27 11:33:21 +00:00
engines
schema Add a background update for updating MSC3440 relation threads. (#11181) 2021-10-26 07:38:45 -04:00
util Fix race in `MultiWriterIdGenerator` (#11045) 2021-10-12 14:27:09 +01:00
__init__.py
_base.py
background_updates.py
database.py Add type hints for most `HomeServer` parameters (#11095) 2021-10-22 18:15:41 +01:00
keys.py
persist_events.py Add type hints for most `HomeServer` parameters (#11095) 2021-10-22 18:15:41 +01:00
prepare_database.py Port the Password Auth Providers module interface to the new generic interface (#10548) 2021-10-13 11:21:52 +00:00
purge_events.py
push_rule.py
relations.py Name the type of token in "Invalid token" messages (#10815) 2021-09-14 11:25:05 +01:00
roommember.py
state.py Stop user directory from failing if it encounters users not in the `users` table. (#11053) 2021-10-13 09:38:22 +00:00
types.py