Vacuum non-clustered tables only - Mailing list pgsql-general

I think I know the answer to this, but...

Is there a semi-easy way vacuum all tables in a database *except* those
that are clustered?

(VACUUM [full]; CLUSTER;) is a huge waste of time and resources when you
have clustered tables.  If there isn't a way to do this, can we consider
it a feature request?

Perhaps "VACUUM unclustered" or something?


-Glen


pgsql-general by date:

Previous
From: Brian Wipf
Date:
Subject: Re: Performance issues of one vs. two split tables.
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Vacuum non-clustered tables only