Re: Pre-calculate hash join

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Pre-calculate hash join
Дата
Msg-id 87hbqra8on.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Pre-calculate hash join  (warren@warrenandrachel.com)
Ответы Re: Pre-calculate hash join  (Robert Gravsjö <robert@blogg.se>)
Список pgsql-general
warren@warrenandrachel.com writes:

> When joining two large tables [common in warehousing], a hash join is
> commonly selected. Calculating hash values for the merge phase is CPU
> intensive. Is there any way to pre-calculate value hashes to save that
> time? Would it even grant any performance to skip the build phase of
> the hash join?

Maybe maintaining a materialized view then using it in the queries would
be sufficient to solve your problem?

--
dim

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

Предыдущее
От: Ivan Voras
Дата:
Сообщение: Re: Backup strategies with significant bytea data
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: replication from multiple "master" servers to a single read-only slave