Re: BUG #5165: Poor performance with Left-join where right side does not exist

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: assaf <assaf_lehr(at)yahoo(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5165: Poor performance with Left-join where right side does not exist
Date: 2009-11-05 01:07:41
Message-ID: 603c8f070911041707k1b8fdb85m7e11795702b79c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Nov 4, 2009 at 3:35 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "assaf" <assaf_lehr(at)yahoo(dot)com> writes:
>> PostgreSQL version: 8.37
>> Description:        Poor performance with Left-join where right side does
>> not exist
>
> 8.4 might be smarter about this case for you.  It's hard to tell for sure
> 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2009-11-05 01:28:48 Re: BUG #5161: tome nota del siguiente error un error ha ocurrido 999
Previous Message Tom Lane 2009-11-04 20:35:32 Re: BUG #5165: Poor performance with Left-join where right side does not exist