Re: Limit allocated memory per session - Mailing list pgsql-hackers

From Euler Taveira de Oliveira
Subject Re: Limit allocated memory per session
Date
Msg-id 4AC4DCBD.5030906@timbira.com
Whole thread Raw
In response to Re: Limit allocated memory per session  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane escreveu:
> 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.
> 
It could introduce some complexity but you could track (subtract) the memory
usage as you're walking up the tree. Also, you need to decide what to do when
you have more than one node per level. :( How do you deal with priority in
this case?


--  Euler Taveira de Oliveira http://www.timbira.com/


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: FSM search modes
Next
From: Tom Lane
Date:
Subject: Re: FSM search modes