Re: enabling nestedloop and disabling hashjon

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: enabling nestedloop and disabling hashjon
Дата
Msg-id 6386.1423526282@sss.pgh.pa.us
обсуждение исходный текст
Ответ на enabling nestedloop and disabling hashjon  (Ravi Kiran <ravi.kolanpaka@gmail.com>)
Ответы Re: enabling nestedloop and disabling hashjon  (Ravi Kiran <ravi.kolanpaka@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: sloppy back-patching of column-privilege leak
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 2.0