Re: Autoanalyze settings with zero scale factor - Mailing list pgsql-performance

From Jeremy Haile
Subject Re: Autoanalyze settings with zero scale factor
Date
Msg-id 1169157201.18501.1169996967@webmail.messagingengine.com
Whole thread Raw
In response to Re: Autoanalyze settings with zero scale factor  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Well - it hadn't run on any table in over 24 hours (according to
pg_stat_user_tables).  My tables are constantly being inserted into and
deleted from, and the autovacuum settings are pretty aggressive.  I also
had not seen the autovac process running in the past 24 hours. (although
I wasn't watching it *all* the time)

So - as far as I could tell it wasn't running.


On Thu, 18 Jan 2007 16:30:17 -0500, "Tom Lane" <tgl@sss.pgh.pa.us> said:
> "Jeremy Haile" <jhaile@fastmail.fm> writes:
> > No tables have been vacuumed or analyzed today.  I had thought that this
> > problem was due to my pg_autovacuum changes, but perhaps not.  I
> > restarted PostgreSQL (in production - yikes)  About a minute after being
> > restarted, the autovac process fired up.
>
> > What could get PG in a state where autovac isn't running?
>
> Um, are you sure it wasn't?  The autovac process is not an always-there
> thing, it quits after each pass and then the postmaster starts a new one
> awhile later.
>
>             regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgres and really huge tables
Next
From: Tom Lane
Date:
Subject: Re: Configuration Advice