Re: enforcing a join type

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: enforcing a join type
Дата
Msg-id 41118D37.4050802@familyhealth.com.au
обсуждение исходный текст
Ответ на enforcing a join type  ("Hicham G. Elmongui" <elmongui@cs.purdue.edu>)
Список pgsql-hackers
> If I want the planner/optimizer to always choose merge join when it needs to
> join relations. How can I do it ?

You can't, unless in your transaction you set enable_nestloop, 
enable_seqscan, etc. all to off except for the join type you want.

Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Bug in ALTER COLUMN/TYPE
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: enforcing a join type