Hash join

Поиск
Список
Период
Сортировка
От mspasic@openlinksw.com
Тема Hash join
Дата
Msg-id 55000.79.101.70.18.1386668759.squirrel@mail.openlinksw.com
обсуждение исходный текст
Список pgsql-performance
Hello everyone,

I'm looking for a way to specify join order in SQL query. Actually, the
optimizer has chosen a plan with hash join of 2 tables, but I would like
to know if there is a way to force it to use hash join, but with replaced
tables on build phase and probe phase?

Thank you,
Mirko Spasic



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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Recommendations for partitioning?
Следующее
От: jacket41142
Дата:
Сообщение: select count(distinct ...) is slower than select distinct in about 5x