AWS RDS "sessions" and pg_stat_activity - Mailing list pgsql-admin

From Wells Oliver
Subject AWS RDS "sessions" and pg_stat_activity
Date
Msg-id CAOC+FBWE=vrLepeYjyzwDopN22o-fYMEFBR_ChNjuevc3qDt0w@mail.gmail.com
Whole thread Raw
Responses Re: AWS RDS "sessions" and pg_stat_activity
List pgsql-admin
Just trying to get my head firmly around the RDS session number and associated performance/saturation. It says a session is any request waiting on a response from the server, so I am wondering if that's equivalent to selecting all from pg_stat_activity where state is active, and this would include all concurrent parallel workers, maintenance stuff, etc.

Appreciate any details.

--

pgsql-admin by date:

Previous
From: Bhasker Bathini
Date:
Subject: Re: Why do i need to install set_user extension if i can directly grant all required privileges to user?
Next
From: Jeff Janes
Date:
Subject: Re: AWS RDS "sessions" and pg_stat_activity