Re: Adding CLUSTERING removed my indexes

From: Jason Earl <jason(dot)earl(at)simplot(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jon Hassen <jhassen(at)azstarnet(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Adding CLUSTERING removed my indexes
Date: 2002-02-22 17:39:13
Message-ID: 87it8pe7r2.fsf@npa01zz001.simplot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:

> Jon Hassen <jhassen(at)azstarnet(dot)com> writes:
> > All of my indexes disappeared, and the permissions changed on my tables
> > after I ran the CLUSTER command on one of the indexes.
>
> > Is this normal?
>
> The present implementation of the CLUSTER command pretty much sucks (see
> the Notes on its reference page). Sooner or later someone will rewrite
> it ...
>
> regards, tom lane

This is one of the things I like best about PostgreSQL. Every
database I have ever used has had things that "sucked" in some way.
Either they had features that didn't work as advertised, or systems
that weren't well tested, or whatever. PostgreSQL has its problems as
well, but at least the developers are honest about them.

There is nothing worse than building your application around a feature
that folds under pressure, and the PostgreSQL developers are more than
happy to put big warning signs around the features that still need
work, and I appreciate that.

Thanks Tom,

Jason

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2002-02-22 18:05:40 Re: Nu-B\psql:Command Recall,Repeat?
Previous Message Jason Earl 2002-02-22 17:34:30 Re: One big table or several smaller tables ?