Re: BUG #6787: Query planner estimates worng costs on nodes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6787: Query planner estimates worng costs on nodes
Дата
Msg-id 16671.1343772787@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6787: Query planner estimates worng costs on nodes  (gsaviane@gmail.com)
Список pgsql-bugs
gsaviane@gmail.com writes:
> It seems the cost assigned to a sequential scan over 120 million records is
> too low or, on the other side, the cost assigned to two nested loop over
> three indexes is too high.

It looks from here like you are measuring a situation where
vb_product_readings is fully cached in RAM.  If that's the normal
situation in your database, then you ought to decrease the
random_page_cost setting to make the planner's cost estimates reflect
your reality.  The default setting is intended to model situations
where a fair amount of disk access is going to happen.

            regards, tom lane

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

Предыдущее
От: gsaviane@gmail.com
Дата:
Сообщение: BUG #6787: Query planner estimates worng costs on nodes
Следующее
От: lr@pcorp.us
Дата:
Сообщение: BUG #6788: Can't compile on mingw64-w32