Re: Releasing memory during External sorting?

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Releasing memory during External sorting?
Дата
Msg-id
3465.1127484579@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Re: Releasing memory during External sorting? "Dann Corbit" <DCorbit@connx.com>
Simon Riggs  writes:
> If not, I would propose that when we move from qsort to tapesort mode we
> free the larger work_mem setting (if one exists) and allocate only a
> lower, though still optimal setting for the tapesort. That way the
> memory can be freed for use by other users or the OS while the tapesort
> proceeds (which is usually quite a while...).

On most platforms it's quite unlikely that any memory would actually get
released back to the OS before transaction end, because the memory
blocks belonging to the tuplesort context will be intermixed with blocks
belonging to other contexts.  So I think this is pretty pointless.
(If you can't afford to have the sort using all of sort_mem, you've set
sort_mem too large, anyway.)

			regards, tom lane
В списке pgsql-hackers по дате отправления
От: Tom Lane
Дата:
Сообщение: Re: What has happened to pgxs?
От: Tom Lane
Дата:
Сообщение: Re: pgxs and pginstaller
FAQ