Re: Some strange issues with VACUUM on one table. - Mailing list pgsql-admin

From Tom Lane
Subject Re: Some strange issues with VACUUM on one table.
Date
Msg-id 28966.1135090355@sss.pgh.pa.us
Whole thread Raw
In response to Re: Some strange issues with VACUUM on one table.  (Boguk Maxim <astar@rambler-co.ru>)
List pgsql-admin
Boguk Maxim <astar@rambler-co.ru> writes:
> I trying understand why vacuum analyze do not work at all.

I think either you're not actually applying vacuum analyze at all
(better double-check your daily maintenance script), or you're somehow
managing to apply it at a time when it can't remove old rows because
there's still an open transaction that might be able to see those rows.
The latter theory doesn't really explain continuing table growth over
time, though, unless you've got a transaction that's been sitting open
the entire time.

            regards, tom lane

pgsql-admin by date:

Previous
From: Boguk Maxim
Date:
Subject: Re: Some strange issues with VACUUM on one table.
Next
From: Chris Hoover
Date:
Subject: Re: PG8.1 - Config file check