Re: Slow queries salad ;)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow queries salad ;)
Дата
Msg-id 22918.1145989229@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Slow queries salad ;)  (PFC <lists@peufeu.com>)
Список pgsql-performance
PFC <lists@peufeu.com> writes:
>     The IN() is quite small (150 values), but the two large tables are
> seq-scanned... is there a way to avoid this ?

Not in 8.1.  HEAD is a bit smarter about joins to Append relations.

            regards, tom lane

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Large (8M) cache vs. dual-core CPUs
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: planner not using index for like operator