Re: Best approach for large table maintenance - Mailing list pgsql-general

From Decibel!
Subject Re: Best approach for large table maintenance
Date
Msg-id EA01617F-D258-48B4-8E38-0625AF3D8AD2@decibel.org
Whole thread Raw
In response to Best approach for large table maintenance  ("Vanole, Mike" <MV5492@att.com>)
List pgsql-general
On Apr 22, 2008, at 12:04 PM, Vanole, Mike wrote:
> It seems that running vacuum still has value in the above approach
> because I still see index row versions were removed.


That means either part of the import failed (transaction aborted), or
you're updating or deleting rows between the load and the vacuum.
--
Decibel!, aka Jim C. Nasby, Database Architect  decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828



Attachment

pgsql-general by date:

Previous
From: Ивайло Гелов
Date:
Subject: Re: Strange behaviour - performance decreases after each TRUNCATE
Next
From: Tom Lane
Date:
Subject: Re: Alias in the HAVING clause