Re: Problems with order by, limit, and indices

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with order by, limit, and indices
Дата
Msg-id 4502.978890160@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problems with order by, limit, and indices  (Denis Perchine <dyp@perchine.com>)
Список pgsql-general
Denis Perchine <dyp@perchine.com> writes:
> Cost is something really wierd.... Why?

That's how the enable stuff works for plan types that can't be ignored
completely: it just adds a big constant to the estimated cost.  If there
is no other alternative plan, you get the unwanted plan type anyway.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problems with order by, limit, and indices
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Outer Joins