Re: tuning autovacuum

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Euler Taveira de Oliveira <euler(at)timbira(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tuning autovacuum
Date: 2011-06-09 01:50:22
Message-ID: 9317.1307584222@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> I think it'd be really useful to expose some more data in this area
> though. One random idea is - remember the time at which a table was
> first observed to need vacuuming. Clear the timestamp when it gets
> vacuumed. Then you can do:

As far as I recall that logic, there is no delay between when we know
that a table needs vacuumed and when we do it. I don't see the point of
introducing any such delay, either.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-06-09 02:15:40 Re: tuning autovacuum
Previous Message Robert Creager 2011-06-09 00:41:08 Re: [Pgbuildfarm-members] CREATE FUNCTION hang on test machine polecat on HEAD