Re: Table-level log_autovacuum_min_duration - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Table-level log_autovacuum_min_duration
Date
Msg-id 20141218141540.GK1768@alvh.no-ip.org
Whole thread Raw
In response to Table-level log_autovacuum_min_duration  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Table-level log_autovacuum_min_duration  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Michael Paquier wrote:
> Hi all,
> 
> Today I spent a bit of time looking at the activity of autovacuum for
> one table particularly bloated. log_autovacuum_min_duration was
> enabled and set to a high value but even with that I had to deal with
> some spam from the jobs of other tables. It would be cool to have the
> possibility to do some filtering IMO. So, what about having a relopt
> to control log_autovacuum_min_duration? RelationData->rd_options is
> largely accessible for a given relation in the code paths of vacuum
> and analyze.

+1

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Function to know last log write timestamp
Next
From: Heikki Linnakangas
Date:
Subject: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}