Controlling resource utilization - Mailing list pgsql-general

From yudhi s
Subject Controlling resource utilization
Date
Msg-id CAEzWdqdU3cNWiZxSbdJOYP6MR4xdrKof6Rvz-V=xd8dmvH+WCw@mail.gmail.com
Whole thread Raw
Responses Re: Controlling resource utilization  (Juan Rodrigo Alejandro Burgos Mella <rodrigoburgosmella@gmail.com>)
List pgsql-general
Hi ,
We want to have controls around the DB resource utilization by the adhoc user queries, so that it won't impact the application queries negatively. Its RDS postgresql database version 15.4.

Saw one parameter as statement_timeout which restricts the queries to not run after a certain time duration and queries will be automatically killed/cancelled. However, I don't see any other options to set this at user level, rather it's getting set for all or at session level. So I want to know if there exists, anyway to control the database resource utilization specific to users?

Regards
Yudhi

pgsql-general by date:

Previous
From: veem v
Date:
Subject: Re: Question on trigger
Next
From: Juan Rodrigo Alejandro Burgos Mella
Date:
Subject: Re: Controlling resource utilization