Re: Which Order Vacuum Full Analyze Cluster Reindex?

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Which Order Vacuum Full Analyze Cluster Reindex?
Date: 2004-08-28 08:02:15
Message-ID: 87pt5blmgo.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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?

--
greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Poole 2004-08-28 09:54:09 Re: PSql won't Let me Set Varchar Column to 'true'
Previous Message Greg Stark 2004-08-28 08:00:34 Re: performance of IN (subquery)