forked-synapse/synapse/handlers/sliding_sync
Erik Johnston 786de8570b
Speed up fetching partial-state rooms on sliding sync (#17666)
Instead of having a large cache of `room_id -> bool` about whether a
room is partially stated, replace with a "fetch rooms the user is which
are partially-stated". This is a lot faster as the set of partially
stated rooms at any point across the whole server is small, and so such
a query is fast.

The main issue with the bulk cache lookup is the CPU time looking all
the rooms up in the cache.
2024-09-06 11:12:54 +01:00
..
__init__.py Speed up sliding sync by avoiding copies (#17670) 2024-09-06 11:12:29 +01:00
extensions.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
room_lists.py Speed up fetching partial-state rooms on sliding sync (#17666) 2024-09-06 11:12:54 +01:00
store.py Sliding sync: Store the per-connection state in the database. (#17599) 2024-08-29 16:26:58 +01:00