Re: enabling nestedloop and disabling hashjon

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: enabling nestedloop and disabling hashjon
Date: 2015-02-12 21:20:33
Message-ID: 1423776033025-5837728.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jim Nasby-5 wrote
> On 2/10/15 9:29 AM, Tom Lane wrote:
>> Ravi Kiran &lt;

> ravi.kolanpaka@

> &gt; writes:
>>> yes sir, I did try the pg_ctl reload command, but its still using the
>>> hash
>>> join algorithm and not the nested loop algorithm. I even restarted the
>>> server, even then its still using the hash join algorithm
>>
>> Does "show enable_hashjoin" say it's off? If not, I think you must've
>> fat-fingered the postgresql.conf change somehow.
>
> For future reference, posts like this belong on pgsql-performance.

> but postgres is still using the hash join algorithm even after modifying
> the postgresql code

To be fair given the original post, and some other recent posts by the same
author, the question is not "why is my query performing slowly" but rather
"I'm trying to change how PostgreSQL works and cannot figure out how to
properly enable and disable algorithms". -hackers seems like the proper
forum though the OP could give more context as to his overarching goals to
make that more clear to readers.

David J.

--
View this message in context: http://postgresql.nabble.com/enabling-nestedloop-and-disabling-hashjon-tp5837275p5837728.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-02-12 21:29:38 Re: enabling nestedloop and disabling hashjon
Previous Message Ravi Kiran 2015-02-12 21:14:05 Re: enabling nestedloop and disabling hashjon