forked-synapse/synapse/storage/databases
Erik Johnston 3e8531d3ba
Speed up deleting device messages (#16643)
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).
2023-11-16 15:19:35 +00:00
..
main Speed up deleting device messages (#16643) 2023-11-16 15:19:35 +00:00
state Use attempt_to_set_autocommit everywhere. (#16615) 2023-11-09 16:19:42 -05:00
__init__.py Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00