Re: Odd sorting behaviour

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Odd sorting behaviour
Date: 2004-07-20 17:06:08
Message-ID: 200407201006.08649.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Steinar,

> I've tried some further tweaking, but I'm still unable to force it into
> doing a hash join -- any ideas how I can find out why it chooses a merge
> join?

Actually, quick question -- have you tried setting enable_mergjoin=false to
see the plan the system comes up with? Is it in fact faster?

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Steinar H. Gunderson 2004-07-20 17:21:00 Re: Odd sorting behaviour
Previous Message Josh Berkus 2004-07-20 17:02:49 Re: Odd sorting behaviour