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

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: What are the benefits of using a clustered index?
Дата
Msg-id 1237329305.3953.131.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Re: What are the benefits of using a clustered index?  (Mike Christensen <imaudi@comcast.net>)
Список pgsql-general
On Tue, 2009-03-17 at 15:26 -0700, Mike Christensen wrote:
> 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..

With SQLServer and Oracle the optimization is implicit in the physical
design of the index. The Postgres equivalent would be a grouped index,
not necessarily clustered in the same way.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


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

Предыдущее
От: Mike Christensen
Дата:
Сообщение: Re: What are the benefits of using a clustered index?
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Maximum transaction rate