Re: Adding CLUSTERING removed my indexes

Поиск
Список
Период
Сортировка
От Jason Earl
Тема Re: Adding CLUSTERING removed my indexes
Дата
Msg-id 87it8pe7r2.fsf@npa01zz001.simplot.com
обсуждение исходный текст
Ответ на Re: Adding CLUSTERING removed my indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Nu-B\Column:Alter type
Следующее
От: Jason Earl
Дата:
Сообщение: Re: One big table or several smaller tables ?