"borajetta" <borajetta(at)hotmail(dot)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