Re: Our CLUSTER implementation is pessimal

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Our CLUSTER implementation is pessimal
Дата
Msg-id 48C503EA.3000907@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Our CLUSTER implementation is pessimal  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Our CLUSTER implementation is pessimal
Re: Our CLUSTER implementation is pessimal
Список pgsql-hackers
Simon Riggs wrote:
> I think there needs to be an option to force this to do either sorts or
> indexscans. 

If we use the planner, "set enable_indexscan =off" or "set 
enable_sort=off" ought to work.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: Re: Synchronous Log Shipping Replication
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCH] Cleanup of GUC units code