Proposal: Shared Work Mem Area

From: Marco Fortina <marco_fortina(at)hotmail(dot)it>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Proposal: Shared Work Mem Area
Date: 2023-04-06 10:51:07
Message-ID: PA4PR10MB551647BE87D5565626DC2884F7919@PA4PR10MB5516.EURPRD10.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello there!

I would like to propose to developers a new feature to replace the private management of the work mem with a management through shared memory: allocated at the start of PostgreSQL this area should be shared to all worker processes as for example Oracle Database PGA do.

This would allow an optimal use of this memory area by limiting only its global maximum limit and not a configuration/allocation at the process level.

What do you think about my proposal?

Cheers,
Marco

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2023-04-06 12:43:52 Re: Proposal: Shared Work Mem Area
Previous Message Louis Tian 2023-04-06 06:21:34 UPSERT in Postgres