Re: hash semi join caused by "IN (select ...)"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: hash semi join caused by "IN (select ...)"
Дата
Msg-id 23922.1305588168@sss.pgh.pa.us
обсуждение исходный текст
Ответ на hash semi join caused by "IN (select ...)"  (Clemens Eisserer <linuxhippy@gmail.com>)
Ответы Re: hash semi join caused by "IN (select ...)"  (Clemens Eisserer <linuxhippy@gmail.com>)
Список pgsql-performance
Clemens Eisserer <linuxhippy@gmail.com> writes:
> I have a quite complex, performance sensitive query in a system with a
> few (7) joins:
> select .... from t1 left join t2 .... WHERE id IN (select ....)

Does it work as expected with one less join?  If so, try increasing
join_collapse_limit ...

            regards, tom lane

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

Предыдущее
От: Clemens Eisserer
Дата:
Сообщение: hash semi join caused by "IN (select ...)"
Следующее
От: Dave Johansen
Дата:
Сообщение: Re: hash semi join caused by "IN (select ...)"