On Wed, Nov 4, 2009 at 3:35 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "assaf" <assaf_lehr@yahoo.com> writes:
>> PostgreSQL version: 8.37
>> Description: =A0 =A0 =A0 =A0Poor performance with Left-join where right =
side does
>> not exist
>
> 8.4 might be smarter about this case for you. =A0It's hard to tell for su=
re
> with so few details.
EXPLAIN output would be a good place to start, and EXPLAIN ANALYZE for
the queries that run quickly enough that you can let them run to
completion.
...Robert