Re: correlated exists with join is slow.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: correlated exists with join is slow.
Дата
Msg-id 9674.1340031155@sss.pgh.pa.us
обсуждение исходный текст
Ответ на correlated exists with join is slow.  (Віталій Тимчишин <tivv00@gmail.com>)
Ответы Re: correlated exists with join is slow.
Re: correlated exists with join is slow.
Список pgsql-performance
=?KOI8-U?B?96bUwcymyiD0yc3eydvJzg==?= <tivv00@gmail.com> writes:
> Today I've found a query that I thought will be fast turned out to be slow.
> The problem is correlated exists with join - it does not want to make
> correlated nested loop to make exists check.

9.2 will make this all better.  These are exactly the type of case where
you need the "parameterized path" stuff.

            regards, tom lane

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

Предыдущее
От: Віталій Тимчишин
Дата:
Сообщение: correlated exists with join is slow.
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: correlated exists with join is slow.