Re: FEATURE REQUEST: Role vCPU limit/priority

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: FEATURE REQUEST: Role vCPU limit/priority
Date: 2024-01-23 12:09:22
Message-ID: c3cc4b8b-a20f-4b5f-a80d-136f8df4fe22@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Yoni Sade schrieb am 21.01.2024 um 19:07:
> It would be useful to have the ability to define for a role default
> vCPU affinity limits/thread priority settings so that more active
> sessions could coexist similar to MySQL resource groups
> <https://dev.mysql.com/doc/refman/8.0/en/resource-groups.html>.

To a certain extent, you can achieve something like that using Linux cgroups

https://www.cybertec-postgresql.com/en/linux-cgroups-for-postgresql/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2024-01-23 12:11:26 Re: Dump-restore loosing 'attnotnull' bit for DEFERRABLE PRIMARY KEY column(s).
Previous Message Yoni Sade 2024-01-23 11:57:32 Re: FEATURE REQUEST: Role vCPU limit/priority