Re: Why do my hash joins turn to nested loops?

From: pgsql-performance(at)ian(dot)org
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Why do my hash joins turn to nested loops?
Date: 2008-08-22 18:33:25
Message-ID: Pine.LNX.4.64.0808221431460.4498@www.sportsmogul.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 21 Aug 2008, Tom Lane wrote:
> I think you need to raise from_collapse_limit and/or
> join_collapse_limit.

Ahah, that was it.. a much simpler solution than I was fearing.

I had already re-written the queries to get around it, but ran into
another snag with that method, so this was good timing.

Thanks!

--
Ian Smith
www.ian.org

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Fernando Hevia 2008-08-22 20:36:44 Big delete on big table... now what?
Previous Message Merlin Moncure 2008-08-22 17:57:28 Re: Slow query with a lot of data