Re: VACUUM problems with 7.4 - Mailing list pgsql-performance

From Tom Lane
Subject Re: VACUUM problems with 7.4
Date
Msg-id 21399.1069695870@sss.pgh.pa.us
Whole thread Raw
In response to VACUUM problems with 7.4  (Rajesh Kumar Mallah <mallah@trade-india.com>)
Responses Re: VACUUM problems with 7.4  (<mallah@trade-india.com>)
List pgsql-performance
Rajesh Kumar Mallah <mallah@trade-india.com> writes:
> I am sure there is no transaction open with the table banner_stats2.
> Still VACUUM FULL does not  seems to effective in removing the
> dead rows.

That is not the issue --- the limiting factor is what is your oldest
open transaction, period.  Whether it has yet looked at this table is
not relevant, because the system has no way to know whether it might
decide to do so later.

            regards, tom lane

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Maximum Possible Insert Performance?
Next
From: William Yu
Date:
Subject: Re: Maximum Possible Insert Performance?