Re: Autovacuum launcher doesn't notice death of postmaster immediately

From: Matthew O'Connor <matthew(at)zeut(dot)net>
To: Michael Paesold <mpaesold(at)gmx(dot)at>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Hammond <andrew(dot)george(dot)hammond(at)gmail(dot)com>, "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Autovacuum launcher doesn't notice death of postmaster immediately
Date: 2007-06-08 13:49:56
Message-ID: 46695E84.90101@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Michael Paesold wrote:
> Matthew T. O'Connor schrieb:
>> Do we need a configurable autovacuum naptime at all? I know I put it
>> in the original contrib autovacuum because I had no idea what knobs
>> might be needed. I can't see a good reason to ever have a naptime
>> longer than the default 60 seconds, but I suppose one might want a
>> smaller naptime for a very active system?
>
> A PostgreSQL database on my laptop for testing. It should use as little
> resources as possible while being idle. That would be a scenario for
> naptime greater than 60 seconds, wouldn't it?

Perhaps, but that isn't the use case PostgresSQL is being designed for.
If that is what you really need, then you should probably disable
autovacuum. Also a very long naptime means that autovacuum will still
wake up at random times and to do the work. At least with short
naptime, it will do the work shortly after you updated your tables.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2007-06-08 14:10:43 Re: Controlling Load Distributed Checkpoints
Previous Message Alvaro Herrera 2007-06-08 13:43:55 Re: COPYable logs status

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Sullivan 2007-06-08 14:10:43 Re: Controlling Load Distributed Checkpoints
Previous Message Alvaro Herrera 2007-06-08 13:43:55 Re: COPYable logs status