Re: autovacuum worker running amok - and me too ;) - Mailing list pgsql-general

From Tom Lane
Subject Re: autovacuum worker running amok - and me too ;)
Date
Msg-id 11852.1425426522@sss.pgh.pa.us
Whole thread Raw
In response to Re: autovacuum worker running amok - and me too ;)  (wambacher <wnordmann@gmx.de>)
Responses Re: autovacuum worker running amok - and me too ;)  (wambacher <wnordmann@gmx.de>)
List pgsql-general
wambacher <wnordmann@gmx.de> writes:
> Tom Lane-2 wrote
>> Maybe you could reduce the statistics targets for that table.

> don't understand what you mean. do you mean how often that table is
> autovacuumed? at the moment about once a day or once in two days, i think.

No, I mean the amount of stats detail that ANALYZE tries to collect.
I'm guessing that it's not auto-vacuum but auto-analyze that's getting
OOMed.

See ALTER TABLE SET STATISTICS TARGET.

            regards, tom lane


pgsql-general by date:

Previous
From: wambacher
Date:
Subject: Re: autovacuum worker running amok - and me too ;)
Next
From: Adrian Klaver
Date:
Subject: Re: Copy Data between different databases