Re: Strange left outer join performance issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Noah M(dot) Daniels" <ndaniels(at)mac(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Strange left outer join performance issue
Date: 2007-03-23 22:22:39
Message-ID: 25808.1174688559@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"Noah M. Daniels" <ndaniels(at)mac(dot)com> writes:
> You're right; this is postgres 8.0.8. Perhaps upgrading will solve
> this issue. Is there any way to get this query to perform better in
> postgres 8.0.8?

You could try reducing random_page_cost, but I'm not sure that will
help much.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Grittner 2007-03-23 22:26:04 Re: EXISTS optimization
Previous Message Noah M. Daniels 2007-03-23 22:18:34 Re: Strange left outer join performance issue