summary refs log tree commit diff
path: root/synapse/storage/controllers/state.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-091-0/+3
| | | | ... to help us keep track of these things
* Reduce state pulled from DB due to sending typing and receipts over ↵Erik Johnston2022-06-061-0/+8
| | | | | federation (#12964) Reducing the amount of state we pull from the DB is useful as fetching state is expensive in terms of DB, CPU and memory.
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-061-0/+27
|
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-3/+109
|
* Rename storage classes (#12913)Erik Johnston2022-05-311-0/+351