Re: reducing random_page_cost from 4 to 2 to force index scan

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: reducing random_page_cost from 4 to 2 to force index scan
Дата
Msg-id BANLkTi=_UqUNumJgrc+kV6MbOmtw+grzCQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: reducing random_page_cost from 4 to 2 to force index scan  (Claudio Freire <klaussfreire@gmail.com>)
Список pgsql-performance
On Wed, Apr 27, 2011 at 9:22 AM, Claudio Freire <klaussfreire@gmail.com> wrote:
> The problem there, I think, is that the planner is doing a full join,
> instead of a semi-join.

Or, rather, computing cost as if it was a full join. I'm not sure why.

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

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: reducing random_page_cost from 4 to 2 to force index scan
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: reducing random_page_cost from 4 to 2 to force index scan