Re: What are the benefits of using a clustered index?

Поиск
Список
Период
Сортировка
От Mike Christensen
Тема Re: What are the benefits of using a clustered index?
Дата
Msg-id 49C0237C.1050904@comcast.net
обсуждение исходный текст
Ответ на Re: What are the benefits of using a clustered index?  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: What are the benefits of using a clustered index?  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-general
I would only like this as a feature if the optimizer can really take advantage of this.  Clustering on every insert or update just for the fun of it won't really give us anything but more expensive writes.

I kinda figured if SQL Server and Oracle have it, they probably take full advantage of it for reads..

Mike

Simon Riggs wrote:
On Tue, 2009-03-17 at 09:16 -0400, Alvaro Herrera wrote: 
I'm quite sure SQL Server doesn't work this way and I'm not sure     
about     
Oracle.  Can someone enlighten me on the exact benefit of this?     
Thanks!!

Yeah, they use a completely different definition of "clustered index"
from ours.   
Hopefully we regard it as a missing feature rather than as a separate
definition. We could cluster the index, we just don't, yet.
 

В списке pgsql-general по дате отправления:

Предыдущее
От: benoît carpentier
Дата:
Сообщение: Re: Benetl, a free ETL tool for files using postgreSQL, is out in version 2.5 !
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: What are the benefits of using a clustered index?