Re: About "Our CLUSTER implementation is pessimal" patch

Поиск
Список
Период
Сортировка
От Leonardo F
Тема Re: About "Our CLUSTER implementation is pessimal" patch
Дата
Msg-id 879360.78742.qm@web29019.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: About "Our CLUSTER implementation is pessimal" patch  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
> * Do we need to disable sort-path for tables clustered on a gist index?

Yes; as I said in a previous mail, only plain btree indexes (that is, not
custom expression indexes) would have that option (at least in a first
version...)

> * I'd prefer to separate cost calculation routines from create_index_path()
>    and cost_sort(), rather than using a dummy planner.


How? Copy&paste (removing unnecessary code) of the existing
create_index_path() and cost_sort()?


Leonardo





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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: About "Our CLUSTER implementation is pessimal" patch
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: 8.5 vs. 9.0