Re: Feature suggestion : FAST CLUSTER

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Feature suggestion : FAST CLUSTER
Дата
Msg-id 20070527155338.GM92628@nasby.net
обсуждение исходный текст
Ответ на Feature suggestion : FAST CLUSTER  (PFC <lists@peufeu.com>)
Ответы Re: Feature suggestion : FAST CLUSTER
Список pgsql-performance
On Tue, May 22, 2007 at 09:29:00AM +0200, PFC wrote:
>     This does not run a complete sort on the table. It would be about as
>     fast  as your seq scan disk throughput. Obviously, the end result is not as
> good  as a real CLUSTER since the table will be made up of several ordered
> chunks and a range lookup. Therefore, a range lookup on the clustered
> columns would need at most N seeks, versus 1 for a really clustered table.
> But it only scans the table once and writes it once, even counting index
> rebuild.

Do you have any data that indicates such an arrangement would be
substantially better than less-clustered data?
--
Jim Nasby                                      decibel@decibel.org
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)

Вложения

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: ECC RAM really needed?
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Domains versus Check Constraints