On Tue, Aug 19, 2025 at 10:37 AM Scot Kreienkamp <
Scot(dot)Kreienkamp(at)la-z-boy(dot)com> wrote:
>
> We ran a (admittedly poorly written) select query against a subset of
> tables which performed poorly. Then we ran a vacuum analyze against just
> those tables involved in that query, then ran the same query again, which
> performed exponentially better.
Did/can you observe query buffer usage/performance for the two explain
analyze executions?
David J.