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 15050.1093662856@sss.pgh.pa.us
Whole thread Raw
In response to Which Order Vacuum Full Analyze Cluster Reindex?  ("borajetta" <borajetta@hotmail.com>)
Responses Re: Which Order Vacuum Full Analyze Cluster Reindex?  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
"borajetta" <borajetta@hotmail.com> writes:
> I am trying to firgure out what the best order is?

> Vacuum Full table;
> Cluster table;
> Analyze table;

If you are going to CLUSTER then you can forget the VACUUM part
entirely.  Just do CLUSTER and then ANALYZE.

            regards, tom lane

pgsql-general by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: pg_autovacuum start-script
Next
From: Thomas F.O'Connell
Date:
Subject: Re: pg_autovacuum start-script