Re: VACCUM FULL ANALYZE PROBLEM - Mailing list pgsql-performance

From Rod Taylor
Subject Re: VACCUM FULL ANALYZE PROBLEM
Date
Msg-id 1108434116.67118.92.camel@home
Whole thread Raw
In response to VACCUM FULL ANALYZE PROBLEM  ("Michael Ryan S. Puncia" <mpuncia@census.gov.ph>)
List pgsql-performance
On Tue, 2005-02-15 at 09:34 +0800, Michael Ryan S. Puncia wrote:
> Hi,
>
>
>
> I have 3 tables in the database with 80G of data, one of them is
> almost 40G and the remaining 2 tables has 20G each.
>
> We use this database mainly for query and updating is done only
> quarterly and the database perform well. My problem
>
> is after updating and then run VACCUM FULL ANALYZE  vacuuming the
> tables takes days to complete. I hope someone

I suspect the VACUUM FULL is the painful part. Try running CLUSTER on
the table or changing a column type (in 8.0) instead.
--


pgsql-performance by date:

Previous
From: "Michael Ryan S. Puncia"
Date:
Subject: Re: VACCUM FULL ANALYZE PROBLEM
Next
From: "Iain"
Date:
Subject: Re: VACCUM FULL ANALYZE PROBLEM