Skip to content
Snippets Groups Projects
Unverified Commit 3e8531d3 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

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).
parent 1b238e88
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment