Re: enabling nestedloop and disabling hashjon

From: Rodrigo Gonzalez <rjgonzale(dot)lists(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
Cc: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: enabling nestedloop and disabling hashjon
Date: 2015-02-12 22:26:20
Message-ID: 54DD288C.5090101@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/2/15 18:29, Tom Lane wrote:
> Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com> writes:
>> I am sorry for the late reply, when I disabled the hash join command
>> "enable_hashjoin=off" in the postgresql.conf file, it was not working. But
>> I when I used the command "set enable_hashjoin=off" command in the back
>> end. It worked.
>> I am not able to understand why it did not get disabled when I changed it
>> in the postgresql file.
>
> The two plausible explanations for that are (1) you didn't do a reload
> or (2) you forgot to remove the '#' comment marker in the file's entry.

Or you changed the wrong postgresql.conf file

Regards

Rodrigo Gonzalez

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2015-02-12 23:12:24 Re: How about to have relnamespace and relrole?
Previous Message Jim Nasby 2015-02-12 21:50:15 Re: enabling nestedloop and disabling hashjon