Re: Releasing memory during External sorting? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Releasing memory during External sorting?
Date
Msg-id 3465.1127484579@sss.pgh.pa.us
Whole thread Raw
In response to Releasing memory during External sorting?  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Releasing memory during External sorting?
Re: Releasing memory during External sorting?
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: What has happened to pgxs?
Next
From: Tom Lane
Date:
Subject: Re: pgxs and pginstaller