Re: CLUSTER and indisclustered - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CLUSTER and indisclustered
Date
Msg-id 6637.1028431217@sss.pgh.pa.us
Whole thread Raw
In response to Re: CLUSTER and indisclustered  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: CLUSTER and indisclustered
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom, should we be updating that flag after we CLUSTER instead of
> requiring an ANALYZE after the CLUSTER?

Could do that I suppose, but I'm not super-excited about it.  ANALYZE is
quite cheap these days (especially in comparison to CLUSTER ;-)).  I'd
settle for a note in the CLUSTER docs that recommends a subsequent
ANALYZE --- this seems no different from recommending ANALYZE after bulk
data load or other major update of a table.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: getpid() function
Next
From: Tom Lane
Date:
Subject: Re: getpid() function