Re: Time to increase hash_mem_multiplier default?

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: Time to increase hash_mem_multiplier default?
Дата
Msg-id CAFBsxsHhf5Kw5xaGvva-Y9cmXnzD9w79wuUZDco4v-HDzx0LHg@mail.gmail.com
обсуждение исходный текст
Ответ на Time to increase hash_mem_multiplier default?  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Time to increase hash_mem_multiplier default?  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Sun, Jan 16, 2022 at 7:28 PM Peter Geoghegan <pg@bowt.ie> wrote:
>
> The current hash_mem_multiplier default is 1.0, which is a fairly
> conservative default: it preserves the historic behavior, which is
> that hash-based executor nodes receive the same work_mem budget as
> sort-based nodes. I propose that the default be increased to 2.0 for
> Postgres 15.

I don't have anything really profound to say here, but in the last
year I did on a couple occasions recommend clients to raise
hash_mem_multiplier to 2.0 to fix performance problems.

During this cycle, we also got a small speedup in the external sorting
code. Also, if the "generation context" idea gets traction, that might
be another reason to consider differentiating the mem settings.
--
John Naylor
EDB: http://www.enterprisedb.com



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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: speed up text_position() for utf-8
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations