Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.97.0rc1 | David Robertson | 2023-11-21 | 1 | -1/+0 |
| | |||||
* | Speed up deleting device messages (#16643) | Erik Johnston | 2023-11-16 | 1 | -0/+1 |
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). |