Re: enabling nestedloop and disabling hashjon - Mailing list pgsql-hackers

From Tom Lane
Subject Re: enabling nestedloop and disabling hashjon
Date
Msg-id 6386.1423526282@sss.pgh.pa.us
Whole thread Raw
In response to enabling nestedloop and disabling hashjon  (Ravi Kiran <ravi.kolanpaka@gmail.com>)
Responses Re: enabling nestedloop and disabling hashjon
List pgsql-hackers
Ravi Kiran <ravi.kolanpaka@gmail.com> writes:
> I tried modifying the postgresql.conf file where I set the value
> enable_hashjoin=off and also enable_mergejoin=off, so that I could force
> postgres to use nested loop.
> but postgres is still using the hash join algorithm even after modifying
> the postgresql code.

Did you remember "pg_ctl reload"?  enable_hashjoin=off will most certainly
work if it's active.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: sloppy back-patching of column-privilege leak
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 2.0