SET work_mem = '1TB';

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема SET work_mem = '1TB';
Дата
Msg-id CA+U5nMJpR1HsAUQR2MLLmp14mYsGCHNBf1G1Kp3hUfL_uwWAhw@mail.gmail.com
обсуждение исходный текст
Ответы Re: SET work_mem = '1TB';
Re: SET work_mem = '1TB';
Список pgsql-hackers
I worked up a small patch to support Terabyte setting for memory.
Which is OK, but it only works for 1TB, not for 2TB or above.

Which highlights that since we measure things in kB, we have an
inherent limit of 2047GB for our memory settings. It isn't beyond
belief we'll want to go that high, or at least won't be by end 2014
and will be annoying sometime before 2020.

Solution seems to be to support something potentially bigger than INT
for GUCs. So we can reclassify GUC_UNIT_MEMORY according to the
platform we're on.

Opinions?

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Fast promotion failure
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: SET work_mem = '1TB';