summary refs log tree commit diff
path: root/changelog.d/15531.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Speed up deleting of old rows in `event_push_actions` (#15531)Erik Johnston2023-05-031-0/+1
Enforce that we use index scans (rather than seq scans), which we also do for state queries. The reason to enforce this is that we can't correctly get PostgreSQL to understand the distribution of `stream_ordering` depends on `highlight`, and so it always defaults (on matrix.org) to sequential scans.