summary refs log tree commit diff
path: root/synapse/storage/controllers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-013-7/+113
|
* Rename storage classes (#12913)Erik Johnston2022-05-314-0/+1633