Re: work_mem

From: MichaelDBA <MichaelDBA(at)sqlexec(dot)com>
To: SASIKUMAR Devaraj <sashikumard(at)yahoo(dot)com>
Cc: holger(at)jakobs(dot)com, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: work_mem
Date: 2021-04-02 12:39:18
Message-ID: c1e02a03-71cd-4071-e000-967403bcab9d@sqlexec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Memory is allocated dynamically per internal work_mem buffer requests.

SASIKUMAR Devaraj wrote on 4/2/2021 8:37 AM:
> Hi All
>
> As soon as client session is established work_mem will be allocated or
> only when sort happens for that particular session? Please advise how
> the internal behavior? This will help me to configure my database
> memory with high connections
>
> Regards
>
> Sasi
>
> Sent from Yahoo Mail on Android
> <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature>
>
> On Wed, Mar 31, 2021 at 8:52 PM, Holger Jakobs
> <holger(at)jakobs(dot)com> wrote:
> You can show any or all settings with the command SHOW.
>
> show work_mem;
> show all;
>
> How many times the amount of work_mem has been allocated currently
> cannot be shown this way. Any sort operation running currently
> allocates it. So it is not identical with the number of current
> queries, because queries can allocate it several times.
>
>
> Am 31. März 2021 16:04:07 MESZ schrieb "Campbell, Lance"
> <lance(at)illinois(dot)edu>:
>
> PostgreSQL 12
>
> Is there a query that will tell us at any given time what
> amount of PostgreSQL memory is being used for work_mem?
>
> Thanks,
>
> *LANCE CAMPBELL <https://directory.illinois.edu/person/lance>*
>
> Web Services <https://webtools.illinois.edu/>
>
> Public Affairs <https://publicaffairs.illinois.edu/>
>
> /var/folders/wp/1f6l7hw95y718z976kgnl5f9kr5rtc/T/com.microsoft.Outlook/WebArchiveCopyPasteTempFiles/signature_logo.png
> <http://illinois.edu/>
>
> /Under the Illinois Freedom of Information Act any written
> communication to or from university employees regarding
> university business is a public record and may be subject to
> public disclosure./
>
>
> --
> Holger Jakobs, Bergisch Gladbach
> +49 178 9759012
> - sent from mobile, therefore short -
>

In response to

  • Re: work_mem at 2021-04-02 12:37:43 from SASIKUMAR Devaraj

Responses

  • Re: work_mem at 2021-04-02 12:45:52 from SASIKUMAR Devaraj

Browse pgsql-admin by date

  From Date Subject
Next Message SASIKUMAR Devaraj 2021-04-02 12:45:52 Re: work_mem
Previous Message SASIKUMAR Devaraj 2021-04-02 12:37:43 Re: work_mem