Table-level log_autovacuum_min_duration

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Table-level log_autovacuum_min_duration
Date: 2014-12-18 13:23:30
Message-ID: CAB7nPqQUsW+qfWFkYO6319BdGPHqU0nhRrSx4Sn-iPrhYPXnqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.
Thoughts?
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-12-18 13:53:33 Re: exitArchiveRecovery woes
Previous Message Alvaro Herrera 2014-12-18 13:23:16 Re: WIP patch for Oid formatting in printf/elog strings