Re: Optimizing Query

From: Justin Long <justinlong(at)strategicnetwork(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Optimizing Query
Date: 2001-03-05 21:42:48
Message-ID: 5.0.2.1.0.20010305164223.035efe70@mail.strategicnetwork.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Does that mean that if you have 3 indexes on a table and you cluster one,
it deletes the other 2?

At 04:45 PM 3/5/2001 -0500, you wrote:
>Yes.
>
> > On Mon, Mar 05, 2001 at 04:07:57PM -0500, Bruce Momjian allegedly wrote:
> > > Have you tried VACUUM ANALYZE and CLUSTER?
> >
> > I assume CLUSTER still drops all indexes except the one you're clustering
> > on?
> >
> > Mathijs
> > --
> > It's not that perl programmers are idiots, it's that the language
> > rewards idiotic behavior in a way that no other language or tool has
> > ever done.
> > Erik Naggum
> >
>
>
>--
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026

____________________________________________________________________
Justin Long Network for Strategic Missions
justinlong(at)strategicnetwork(dot)org 1732 South Park Court
http://www.strategicnetwork.org Chesapeake, VA 23320, USA
Reality Check e-zine: reality-check-subscribe(at)yahoogroups(dot)com
____________________________________________________________________
Law: Never retreat. Never surrender. Never cut a deal with a dragon.
Corollary: No armor? Unclean life? Then do not mess in the affairs
of dragons, for you are crunchy and taste good with ketchup.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Justin Long 2001-03-05 21:44:51 Re: Optimizing Query
Previous Message Mathijs Brands 2001-03-05 21:40:29 Re: Optimizing Query