Re: Limit allocated memory per session

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Limit allocated memory per session
Дата
Msg-id 20414.1254413898@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Limit allocated memory per session  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Limit allocated memory per session  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> What WOULD be useful is to find a way to provide a way to configure
> work_mem per backend rather than per executor node.  But that's a much
> harder problem.

I think it's mostly a planner problem: how do you deal with the fact
that that would make cost estimates for different sub-problems
interrelated?  The cost of a hash, for instance, depends a lot on how
much memory you assume it can use.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Standby on git
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: Limit allocated memory per session