Re: OUTER JOIN performance regression remains in 8.3beta4

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: OUTER JOIN performance regression remains in 8.3beta4
Дата
Msg-id 20080108212051.GA20485@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: OUTER JOIN performance regression remains in 8.3beta4  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: OUTER JOIN performance regression remains in 8.3beta4  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: OUTER JOIN performance regression remains in 8.3beta4  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Tom Lane wrote:

> Comparing the behavior of this to my patch for HEAD, I am coming to the
> conclusion that this is actually a *better* planning method than
> removing the redundant join conditions, even when they're truly
> rendundant!  The reason emerges as soon as you look at cases involving
> more than a single join.  If we strip the join condition from just one
> of the joins, then we find that the planner insists on doing that join
> last, whether it's a good idea or not, because clauseful joins are
> always preferred to clauseless joins in the join search logic.

Would it be a good idea to keep removing redundant clauses and rethink
the preference for clauseful joins, going forward?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: OUTER JOIN performance regression remains in 8.3beta4
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Proposal - libpq Type System beta-0.8a (was PGparam)