> On Feb 1, 2023, at 10:45, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> The system just isn't that intelligent for "sequential scan", instead it does literally what the label says, goes through the table one page at a time and returns any live rows it finds.
Although this does raise a question: Couldn't it skip pages that are marked appropriately in the visibility map?