mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
3e8531d3ba
Keeping track of a lower bound of stream ID where we've deleted everything below makes the queries much faster. Otherwise, every time we scan for rows to delete we'd re-scan across all the rows that have previously deleted (until the next table VACUUM).
1 line
61 B
Text
1 line
61 B
Text
Speed up deleting of device messages when deleting a device.
|