0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-02 11:18:23 +02:00
dendrite/syncapi/storage
Neil Alexander 21f8881985
Add indexes that optimise selectStateInRangeSQL (#2764)
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 (#2764) 2022-10-04 16:43:10 +01:00
shared Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
sqlite3 Add indexes that optimise selectStateInRangeSQL (#2764) 2022-10-04 16:43:10 +01:00
tables Fix fragility of selectEventsWithEventIDsSQL queries (#2757) 2022-10-03 11:57:21 +01:00
interface.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00