Re: Cluster vs. non-cluster query planning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cluster vs. non-cluster query planning
Дата
Msg-id 8044.1146515444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cluster vs. non-cluster query planning  (Nolan Cafferky <Nolan.Cafferky@rbsinteractive.com>)
Ответы Re: Cluster vs. non-cluster query planning
Список pgsql-performance
Nolan Cafferky <Nolan.Cafferky@rbsinteractive.com> writes:
> After some more digging on the mailing list, I found some comments on
> effective_cache_size.  Bringing it up from the default of 1000 does pust
> the estimated cost for the index scan below that of the sequential scan,
> but not by much.

The first-order knob for tuning indexscan vs seqscan costing is
random_page_cost.  What have you got that set to?

            regards, tom lane

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

Предыдущее
От: Nolan Cafferky
Дата:
Сообщение: Re: Cluster vs. non-cluster query planning
Следующее
От: Nolan Cafferky
Дата:
Сообщение: Re: Cluster vs. non-cluster query planning