Re: join and query planner

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Dario <dario_d_s(at)unitech(dot)com(dot)ar>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: join and query planner
Date: 2005-07-06 22:34:03
Message-ID: 20050706152750.V50953@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 6 Jul 2005, Dario wrote:

>
> (first at all, sorry for my english)
> Hi.
> - Does "left join" restrict the order in which the planner must join
> tables? I've read about join, but i'm not sure about left join...

Yes. Reordering the outer joins can change the results in some cases which
would be invalid. Before we can change the ordering behavior, we really
need to know under what conditions it is safe to do the reordering.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Frank Wosczyna 2005-07-07 00:02:24 Re: Data Warehousing Tuning
Previous Message Dario 2005-07-06 22:04:48 join and query planner