Re: Adding CLUSTERING removed my indexes - Mailing list pgsql-novice

From Jason Earl
Subject Re: Adding CLUSTERING removed my indexes
Date
Msg-id 87it8pe7r2.fsf@npa01zz001.simplot.com
Whole thread Raw
In response to Re: Adding CLUSTERING removed my indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Jon Hassen <jhassen@azstarnet.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

pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Nu-B\Column:Alter type
Next
From: Jason Earl
Date:
Subject: Re: One big table or several smaller tables ?