View Single Post

   
  #3 (permalink)  
Old 04-18-2008, 12:08 PM
Rod Taylor
 
Posts: n/a
Default Re: VACCUM FULL ANALYZE PROBLEM

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.
--


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote