how to change index cluster ratio?

Поиск
Список
Период
Сортировка
От huaxin zhang
Тема how to change index cluster ratio?
Дата
Msg-id f2f562510509061157484ea352@mail.gmail.com
обсуждение исходный текст
Ответ на Re: statistics not shown up  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: how to change index cluster ratio?
Список pgsql-admin
I am using 8.0.3

One problem I found is that even if I specify to create a clustered index by
"cluster idx_name on table_name",  I still can not tell the optimizer that the
index of "idx_name" is a clustered index with "index correlation" value as 1.0
(traced from the cost_index() in costsize.c)

so where is the "index correlation" information stored and how can i update it?

thanks
Huaxin

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Windows pgpass Problems..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how to change index cluster ratio?