summary refs log tree commit diff
path: root/synapse/storage/controllers/state.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Faster joins: Update room stats and the user directory on workers when finish...Sean Quah2023-01-231-2/+0
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-121-1/+1
* Fix performance regression in `get_users_in_room` (#13972)Erik Johnston2022-09-301-12/+18
* Faster room joins: Avoid blocking `/keys/changes` (#13888)Sean Quah2022-09-231-1/+6
* Send device list updates out to servers in partially joined rooms (#13874)Sean Quah2022-09-231-1/+43
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-071-0/+4
* Optimize how we calculate `likely_domains` during backfill (#13575)Eric Eastwood2022-08-301-2/+1
* Avoid blocking lazy-loading `/sync`s during partial joins (#13477)Sean Quah2022-08-181-4/+20
* Instrument the federation/backfill part of `/messages` (#13489)Eric Eastwood2022-08-161-1/+4
* Faster room joins: make `/joined_members` block whilst the room is partial st...reivilibre2022-08-161-0/+13
* Instrument `/messages` for understandable traces in Jaeger (#13368)Eric Eastwood2022-08-031-0/+5
* Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404)Sean Quah2022-08-011-0/+4
* Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-261-2/+6
* Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-151-1/+1
* Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-091-0/+3
* Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston2022-06-061-0/+8
* 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