From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Anton Melser <melser(dot)anton(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: autovacuum blues |
Date: | 2006-11-09 13:17:37 |
Message-ID: | 20061109131737.GA26500@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Anton Melser wrote:
> Hi,
> I just can't understand why autovacuum is not working. I have a test
> db/table which I insert values into (by the thousands) and can't work
> out why my stats don't get updated. Could someone have a quick look at
> my attached .conf and tell me what I am doing?
> I am running it on FC5 8.1.4.fc5.1.
You can tell whether autovacuum is running by using
SHOW autovacuum;
Note that if you have a firewall of some sort stopping UDP messages from
being transmitted inside your machine, the stats collector may not
start, which may stop the autovacuum daemon from starting. If you're
not seeing stat updates then there's probably something like that going
on. Maybe the system has emitted a warning message at server start;
check the logs.
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2006-11-09 13:18:06 | Re: planer picks a bad plan (seq-scan instead of index) |
Previous Message | Sean Davis | 2006-11-09 13:13:11 | Re: Table design - unknown number of column |