Re: autovacuum not running - Mailing list pgsql-general

From Ben
Subject Re: autovacuum not running
Date
Msg-id Pine.LNX.4.64.0708291303100.17514@localhost.localdomain
Whole thread Raw
In response to Re: autovacuum not running  (Decibel! <decibel@decibel.org>)
Responses Re: autovacuum not running  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, 28 Aug 2007, Decibel! wrote:

> On Tue, Aug 28, 2007 at 03:10:34PM -0700, Ben wrote:
>> Hm, I assumed it wasn't running because pg_stat_all_tables shows the last
>> vacuum from several weeks ago, and this is an active db. Also, I see no
>> vacuum activity in the logs. But "show autovacuum" does show it being
>> on....
>
> Last vacuum, or last autovacuum?


Doh! I was looking at last_vacuum. Unfortunately, the *last_autovaccum*
column is completely blank on the tables I'm inserting into, so I guess
it's never worked there.

But I do see the stats collector running, and upping the log level to
debug2 does show that the autovacuum at least starts running, and never
seems to have any errors.

.....hmmmm......

After some tests, it seems that autovacuum doesn't kick in from simple
inserts, as the manual says it will. You have to delete and/or update as
well. Am I misreading the manual?

pgsql-general by date:

Previous
From: Jeff Amiel
Date:
Subject: Re: SSL and crash woes.
Next
From: Gregory Stark
Date:
Subject: Re: Reliable and fast money transaction design