Re: NOT IN and NOT EXIST

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: NOT IN and NOT EXIST
Дата
Msg-id 53B886EE.7030505@dalibo.com
обсуждение исходный текст
Ответ на Re: NOT IN and NOT EXIST  (Sameer Kumar <sameer.kumar@ashnik.com>)
Ответы Re: NOT IN and NOT EXIST  (Sameer Kumar <sameer.kumar@ashnik.com>)
Список pgsql-general
On 07/04/2014 06:12 AM, Sameer Kumar wrote:
> NOT EXISTS translates to HASH ANTI JOIN and NOT IN translates to NOT
> (HASHED) operation.
>
> Given that the columns used in NOT IN clause (for outer as well as
> inner) are NOT NULL, should not it translate a NOT IN plan similar to
> NOT EXISTS plan?

It will, hopefully in 9.5.

https://commitfest.postgresql.org/action/patch_view?id=1487
--
Vik


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

Предыдущее
От: David Wall
Дата:
Сообщение: Re: pg_dump slower than pg_restore
Следующее
От: Ravi Kiran
Дата:
Сообщение: breakpoints in eclipse using postgresql