Re: Worse performance with higher work_mem?

Tom Lane <[email protected]> Tue, 14 Jan 2020 12:54:09 -0500
Newsgroups gmane.comp.db.postgresql.general
Message-ID <[email protected]>
Israel Brewster <[email protected]> writes:
> On Jan 13, 2020, at 3:46 PM, Rob Sargent <[email protected]> wrote:
>> I don’t see that you’ve updated the statistics?

> Ummmm….no. I know nothing about that :-)

Just do a manual ANALYZE on the table, if you don't want to wait
around for autovacuum to get to it.

			regards, tom lane