Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introduces a faster query to tuple GC
we've noticed that even after #1550 was introduced and made the nested GC SELECT query faster, deletions are still causing spikes in postgres and Aurora instances. The proposed query seemed 1 order of magnitude less cost that the current query on a test PG 15.6 with 5M dead tuples and 5M alive tuples.
- Loading branch information