Re: Curious about dead rows. - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: Curious about dead rows.
Date
Msg-id 20071114152249.GA16041@crankycanuck.ca
Whole thread Raw
In response to Re: Curious about dead rows.  (Jean-David Beyer <jeandavid8@verizon.net>)
Responses Re: Curious about dead rows.
Re: Curious about dead rows.
List pgsql-performance
On Wed, Nov 14, 2007 at 07:12:45AM -0500, Jean-David Beyer wrote:
>
> I know there have been rollbacks but I do a REINDEX, CLUSTER, and VACUUM
> ANALYZE before starting the inserts in question. Do I need to do a VACUUM
> FULL ANALYZE instead?

I had another idea.  As Alvaro says, CLUSTER will do everything you need.
But are you sure there are _no other_ transactions open when you do that?
This could cause problems, and CLUSTER's behaviour with other open
transactions is not, um, friendly prior to the current beta.

A


--
Andrew Sullivan
Old sigs will return after re-constitution of blue smoke

pgsql-performance by date:

Previous
From: Jean-David Beyer
Date:
Subject: Re: Curious about dead rows.
Next
From: Jean-David Beyer
Date:
Subject: Re: Curious about dead rows.