Re: When does CLUSTER occur?

Поиск
Список
Период
Сортировка
От Shaun Thomas
Тема Re: When does CLUSTER occur?
Дата
Msg-id 50B7A967.2000904@optionshouse.com
обсуждение исходный текст
Ответ на Re: When does CLUSTER occur?  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: When does CLUSTER occur?  (Mike Christensen <mike@kitchenpc.com>)
Список pgsql-general
On 11/29/2012 12:20 PM, Jeff Janes wrote:

> It would maintain an imperfect clustering, but still much better than
> current behavior.

I thought about that, too. The "imperfect clustering" made me erase
everything I'd written. If the clustering is imperfect, it's not really
clustering. It would mean less random reads to restart the seek chain
though, so it would be a perceptible gain. But it's still not real
clustering until the order is maintained indefinitely.

So far as I know, that simply can't be done with MVCC. Especially on an
insert-only table that's clustered on a column unrelated to insert order.

--
Shaun Thomas
OptionsHouse | 141 W. Jackson Blvd. | Suite 500 | Chicago IL, 60604
312-444-8534
sthomas@optionshouse.com

______________________________________________

See http://www.peak6.com/email_disclaimer/ for terms and conditions related to this email


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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: When does CLUSTER occur?
Следующее
От: Mike Christensen
Дата:
Сообщение: Re: When does CLUSTER occur?