Force optimizer to use hash/nl/merge join?

Поиск
Список
Период
Сортировка
От Zhan Li
Тема Force optimizer to use hash/nl/merge join?
Дата
Msg-id CANp-BfYq43w3CAQfXeZx3KbEdTxAgG9wcto+M=9S_pG7qxoz5g@mail.gmail.com
обсуждение исходный текст
Ответы Re: Force optimizer to use hash/nl/merge join?  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Hi All,

Is there any way to force the optimizer to use a specific join operator? For example, in SQL Server, I can do this way 

select * from (A inner hash join B on A.a = B.b) inner loop join C on A.a = C.c

I did some search but didn't find PostgreSQL had similar join hints except for enable_* setting which doesn't help in my case.

Best Regards,
Zhan

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: additional json functionality
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])