1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-02-28 13:54:28 -06:00
dendrite/syncapi/storage
Neil Alexander 21f8881985
Add indexes that optimise selectStateInRangeSQL ()
This gets rid of some expensive scans on `add_state_ids` and
`remove_state_ids`, turning them into much cheaper and faster index
scans instead.
2022-10-04 16:43:10 +01:00
..
postgres Add indexes that optimise selectStateInRangeSQL () 2022-10-04 16:43:10 +01:00
shared Modify sync transaction behaviour () 2022-10-03 11:38:20 +01:00
sqlite3 Add indexes that optimise selectStateInRangeSQL () 2022-10-04 16:43:10 +01:00
tables Fix fragility of selectEventsWithEventIDsSQL queries () 2022-10-03 11:57:21 +01:00
interface.go Modify sync transaction behaviour () 2022-10-03 11:38:20 +01:00
storage.go Global database connection pool (for monolith mode) () 2022-05-03 16:35:06 +01:00
storage_test.go Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) () 2022-05-03 16:35:06 +01:00