Re: Vacuum non-clustered tables only

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Glen Parker <glenebob(at)nwlink(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vacuum non-clustered tables only
Date: 2007-05-16 23:41:45
Message-ID: 464B96B9.9080806@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Glen Parker wrote:
> 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?

Not that I know of.

J

>
> (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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2007-05-16 23:56:56 Re: HowTo SSL probaply with ODBC ?
Previous Message Glen Parker 2007-05-16 22:40:27 Vacuum non-clustered tables only