Re: Subquery in a JOIN not getting restricted? - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Subquery in a JOIN not getting restricted?
Date
Msg-id 4EBA8C100200002500042C23@gw.wicourts.gov
Whole thread Raw
In response to Re: Subquery in a JOIN not getting restricted?  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Subquery in a JOIN not getting restricted?
List pgsql-performance
Merlin Moncure <mmoncure@gmail.com> wrote:

> Well, this may not fit the OP's 'real' query

Right, if I recall correctly, the OP said it was simplified down as
far as it could be and still have the issue show.

> but the inner subquery is probably better written as a semi-join
> (WHERE EXISTS).

Well, that doesn't mean that we shouldn't try to optimize perfectly
valid alternative spellings.  Having each logically equivalent way
to write a query generate a different plan is far worse than hints
that are more clearly written.  ;-)

-Kevin

pgsql-performance by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Subquery in a JOIN not getting restricted?
Next
From: Jay Levitt
Date:
Subject: Re: Subquery in a JOIN not getting restricted?