Re: full outer join performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: full outer join performance
Дата
Msg-id 25571.1126635148@sss.pgh.pa.us
обсуждение исходный текст
Ответ на full outer join performance  (Ben <bench@silentmedia.com>)
Ответы Re: full outer join performance  (Ben <bench@silentmedia.com>)
Список pgsql-general
Ben <bench@silentmedia.com> writes:
> Are full outer joins expected to perform much worse than inner joins?

You're getting burnt by the outer join forcing a bad join order.
There's some related discussion here:
http://www.postgresql.org/docs/8.0/static/explicit-joins.html

            regards, tom lane

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

Предыдущее
От: Ben
Дата:
Сообщение: full outer join performance
Следующее
От: Ben
Дата:
Сообщение: Re: full outer join performance