Re: Big performance slowdown from 11.2 to 13.3

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Big performance slowdown from 11.2 to 13.3
Дата
Msg-id CAApHDvo+Gb80BVPKYCwHbLa7a7ZXp9ziq9URrpQaKdvXsd46bg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Big performance slowdown from 11.2 to 13.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Big performance slowdown from 11.2 to 13.3
Список pgsql-performance
On Fri, 23 Jul 2021 at 03:56, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> So basically, we now have a hard restriction that hashaggs can't use
> more than INT_MAX kilobytes, or approximately 2.5GB, and this use case
> is getting eaten alive by that restriction.  Seems like we need to
> do something about that.

Hmm, math check?

postgres=# select pg_size_pretty(power(2,31)::numeric*1024);
 pg_size_pretty
----------------
 2048 GB
(1 row)

David



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

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