Re: Autovacuum not running in 8.2.0

From: "Daniel Cristian Cruz" <danielcristian(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Autovacuum not running in 8.2.0
Date: 2007-01-04 11:45:49
Message-ID: 48d0cacb0701040345q40a57d8xd825c58420d3b5b6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Try looking at pg_stat_all_tables at these columns:

last_vacuum
last_autovacuum
last_analyze
last_autoanalyze

Kind regards.

On 1/4/07, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> On Thu, 2007-01-04 at 11:30 +0700, Ming wrote:
> > Hi, I recently upgraded from 8.1.4 to 8.2.0, everything was fine
> > except that I suspect that the autovacuum was not running. In
> > pgAdmin's server properties, the "Autovacuum" property shows
> > "runnning", but I couldn't find any log entry for the autovacuum
> > process. I've set the new postgresql.conf to match the old one (from
> > the 8.1.4 install), especially the autovacuum entries, but still I
> > couldn't find any log entry for the process (The logging works fine, I
> > tried to supply a wrong login password, and the login failure was
> > successfully logged). Has anyone experienced similar issue?
>
> Yes, its not very easy to determine if it is working, and if it is, what
> it has done.
>
> --
> Simon Riggs
> EnterpriseDB http://www.enterprisedb.com
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Daniel Cristian Cruz
Analista de Sistemas
Especialista postgreSQL e Linux
Instrutor Certificado Mandriva

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Markus Schiltknecht 2007-01-04 12:00:16 Re: Replication
Previous Message Josef Springer 2007-01-04 11:23:05 I want to import a database from a customer