Re: index-only scans

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: index-only scans
Дата
Msg-id 23689.1318012847@sss.pgh.pa.us
обсуждение исходный текст
Ответ на index-only scans  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: index-only scans
Re: index-only scans
Re: index-only scans
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Please find attached a patch implementing a basic version of
> index-only scans.

I'm making some progress with this, but I notice what seems like a
missing feature: there needs to be a way to turn it off.  Otherwise
performance comparisons will be difficult to impossible.

The most obvious solution is a planner control GUC, perhaps
"enable_indexonlyscan".  Anyone object, or want to bikeshed the name?
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade - add config directory setting
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: index-only scans