Re: Auto VACUUM - Mailing list pgsql-general

From Joao Ferreira gmail
Subject Re: Auto VACUUM
Date
Msg-id 1267803335.28337.18.camel@debj5n.critical.pt
Whole thread Raw
In response to Re: Auto VACUUM  (akp geek <akpgeek@gmail.com>)
Responses Re: Auto VACUUM  (akp geek <akpgeek@gmail.com>)
List pgsql-general
On Fri, 2010-03-05 at 10:03 -0500, akp geek wrote:
> Hi All -
>
>              I am still having the issue, even after I turned on the
> auto vaccum. I have quick question. How do I know that auto vacuum
> process is running. When I restarted my database , I got the message
> auto vacuum launcher started. But is there a way that I can check that
> the process is really working.
>

u can "tail -f <postgres-log-file>"

in my case I have "tail -f /var/pgsql/data/logfile"

in your case it could be diferent

watch for lines containing the words "vacuum", "autovacuum", "will
analyse" etc etc

Joao

>


pgsql-general by date:

Previous
From: Chris Roffler
Date:
Subject: Re: Xpath Index in PostgreSQL
Next
From: akp geek
Date:
Subject: Re: Auto VACUUM