summary refs log tree commit diff
path: root/synapse/storage/databases/main/sliding_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add index to sliding sync membership snapshot table, to fix a performance iss...reivilibre2025-03-181-1/+8
* Speed up slow initial sliding syncs on large servers (#17946)Erik Johnston2024-11-191-1/+21
* Correctly changes to required state config in sliding sync (#17785)Erik Johnston2024-10-141-2/+2
* Sliding sync: Add connection tracking to the `account_data` extension (#17695)Erik Johnston2024-09-191-0/+37
* Sliding Sync: Get `bump_stamp` from new sliding sync tables because it's fast...Eric Eastwood2024-09-091-0/+40
* Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston2024-08-291-0/+491