Re: not in(subselect) in 8.4

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: not in(subselect) in 8.4
Дата
Msg-id 2f4958ff0902210910h3c87f0deo5b9d70fac138b1ae@mail.gmail.com
обсуждение исходный текст
Ответ на Re: not in(subselect) in 8.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: not in(subselect) in 8.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
the foo bar example above, with notion that all columns are NOT NULL
behaves much different now. I noticed, that some of the 'anti join'
stuff has changed in cvs recently, but I don't know if that's to
blame.
Basically, what I can see, is that the subselect case is no longer of
lower cost, to the left join - but is quite substantially more
expensive.

Just an observation, I don't intend to use subselects anyhow, because
these are very much slower on 8.3, which we use in production here.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: not in(subselect) in 8.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: not in(subselect) in 8.4