Pre-calculate hash join

Поиск
Список
Период
Сортировка
От warren@warrenandrachel.com
Тема Pre-calculate hash join
Дата
Msg-id 22037187.72981262983490954.JavaMail.root@vcsmail.com
обсуждение исходный текст
Ответы Re: Pre-calculate hash join  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-general
When joining two large tables [common in warehousing], a hash join is commonly selected. Calculating hash values for
themerge phase is CPU intensive. Is there any way to pre-calculate value hashes to save that time? Would it even grant
anyperformance to skip the build phase of the hash join? 

-Warren

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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: Index question on postgres
Следующее
От: glaucomag
Дата:
Сообщение: pgadmin save password