Re: another index question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: another index question
Дата
Msg-id 2558.986164924@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: another index question  ("ADBAAMD" <adba.amdocs@bell.ca>)
Список pgsql-general
"ADBAAMD" <adba.amdocs@bell.ca> writes:
> More to the point, shouldn't the statistics on tables plus the syntax be
> enough for the planner to get this (not so complex) query a good plan,
> even if not optimal?

We don't generate very good plans for IN at the moment.  This is on the
TODO list.

            regards, tom lane

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

Предыдущее
От: "ADBAAMD"
Дата:
Сообщение: Re: Ok, why isn't it using *this* index?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How do I...