Re: good old VACUUM FULL - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: good old VACUUM FULL
Date
Msg-id AANLkTi=TfxNpFW-v1vFBjtJLqnWL=Rcu8DrqaL_0KDL5@mail.gmail.com
Whole thread Raw
In response to good old VACUUM FULL  (felix <crucialfelix@gmail.com>)
Responses Re: good old VACUUM FULL  (Shaun Thomas <sthomas@peak6.com>)
List pgsql-performance
On Tue, Mar 22, 2011 at 6:52 PM, felix <crucialfelix@gmail.com> wrote:
> I posted many weeks ago about a severe problem with a table that was
> obviously bloated and was stunningly slow. Up to 70 seconds just to get a
> row count on 300k rows.
> I removed the text column, so it really was just a few columns of fixed
> data.
> Still very bloated.  Table size was 450M
> The advice I was given was to do CLUSTER, but this did not reduce the table
> size in the least.

Then either cluster failed (did you get an error message) or the table
was not bloated.  Given that it looks like it was greatly reduced in
size by the vacuum full, I'd guess cluster failed for some reason.

pgsql-performance by date:

Previous
From: Robert Haas
Date:
Subject: Re: ANTI-JOIN needs table, index scan not possible?
Next
From: Adarsh Sharma
Date:
Subject: Reason of Slowness of query