Re: Big performance slowdown from 11.2 to 13.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Big performance slowdown from 11.2 to 13.3
Дата
Msg-id 788607.1626973013@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Big performance slowdown from 11.2 to 13.3  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-performance
Justin Pryzby <pryzby@telsasoft.com> writes:
> Oh.  So the problem seems to be that:

> 1) In v12, HashAgg now obeyes work_mem*hash_mem_multiplier;
> 2) Under windows, work_mem is limited to 2GB.

And more to the point, work_mem*hash_mem_multiplier is *also* limited
to 2GB.  We didn't think that through very carefully.  The point of
the hash_mem_multiplier feature was to allow hash aggregation to still
consume more than the work_mem limit, but we failed to free it from
this 2GB limit.

You're right though that this is Windows-only; on machines with
64-bit "long" there's less of a problem.

            regards, tom lane



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Big performance slowdown from 11.2 to 13.3
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Big performance slowdown from 11.2 to 13.3