Re: Get Postgres to use multiple proc cores?
От
Kevin Grittner
Тема
Re: Get Postgres to use multiple proc cores?
Дата
Msg-id
4CD3E5B8020000250003735A@gw.wicourts.gov
Ответ на
Re: Get Postgres to use multiple proc cores? (Oliveiros d'Azevedo Cristina)
Список
Дерево обсуждения
Re: Get Postgres to use multiple proc cores? "Oliveiros d'Azevedo Cristina" <oliveiros.cristina@marktest.pt>
Re: Get Postgres to use multiple proc cores? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Get Postgres to use multiple proc cores? Scott Marlowe <scott.marlowe@gmail.com>
"Oliveiros d'Azevedo Cristina" wrote: > What is faster? A JOIN or a WHERE a IN (SELECT ... ) On 8.4 and later an EXISTS or NOT EXISTS will use semi-join or anti-join (respectively). These should usually be much faster than the IN (SELECT DISTINCT ... ) technique. Be careful of the difference in semantics between NOT EXISTS and NOT IN if any of the columns involved in the matching can be null -- they are *not* the same thing. -Kevin
В списке pgsql-admin по дате отправления