Re: Sort performance cliff with small work_mem

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Sort performance cliff with small work_mem
Дата
Msg-id CAH2-Wz=jq+3WZWD1QcZf=uXAB_72pPzt8qQz3_EJX9bpYUDi7w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Sort performance cliff with small work_mem  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Wed, May 2, 2018 at 8:46 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Wed, May 2, 2018 at 11:38 AM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
>> To fix, I propose that we change the above so that we always subtract
>> tapeSpace, but if there is less than e.g. 32 kB of memory left after that
>> (including, if it went below 0), then we bump availMem back up to 32 kB. So
>> we'd always reserve 32 kB to hold the tuples, even if that means that we
>> exceed 'work_mem' slightly.
>
> Sounds very reasonable.

+1

-- 
Peter Geoghegan


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Remove mention in docs that foreign keys on partitioned tablesare not supported
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Is there a memory leak in commit 8561e48?