Re: Which Order Vacuum Full Analyze Cluster Reindex? - Mailing list pgsql-general

From Tom Lane
Subject Re: Which Order Vacuum Full Analyze Cluster Reindex?
Date
Msg-id 19976.1093709576@sss.pgh.pa.us
Whole thread Raw
In response to Re: Which Order Vacuum Full Analyze Cluster Reindex?  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
Greg Stark <gsstark@mit.edu> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> If you are going to CLUSTER then you can forget the VACUUM part
>> entirely.  Just do CLUSTER and then ANALYZE.

> Out of curiosity, does cluster also effectively do a reindex?

Yes, of course.  It rewrites a whole new table and then rebuilds
the indexes.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Regression errors on beta1?
Next
From: Tom Lane
Date:
Subject: Re: Functon no longer supported. Why?