forked from MirrorHub/synapse
28ac1a1a91
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.
1 line
55 B
Text
1 line
55 B
Text
Speed up deleting of old rows in `event_push_actions`.
|