Re: Alerting on memory use and instance crash

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: sud <suds1434(at)gmail(dot)com>, Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Alerting on memory use and instance crash
Date: 2025-10-08 19:54:44
Message-ID: af93f593-7bb6-404a-ac5f-f43ab244fe5f@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/8/25 11:58, sud wrote:
> Thank you.
> My understanding may be wrong here.And my apology as I am using the
> example of Oracle again even though these two are not the same. But
> being worked for a long time in Oracle so trying to understand exactly
> how it's different.
>
> In oracle RAC(real application cluster) database, we have single
> databases with multiple nodes/instances/memory, which means the
> underlying storage is same but the memory/cpu of each of those instances
> are different and any of the instances can be down but the database
> still operates routing the application traffic of the downed node to
> others. Similarly even in AWS Aurora postgres also there can be multiple
> instances like Writer and Reader instances/nodes and the underlying
> storage being the same. So I was thinking of any such cluster level pg_*
> views available by querying which we would be able to know if any one of
> the nodes is down ?   Also , I don't see any such pg_* view which can
> show the statistics of all the instances combinely i.e. cluster level
> statistics.
>
> Do you mean in normal Postgres it's alway a single instance/memory and
> single storage attached? then I also do not see any such cluster level
> views in aws aurora postgres too? Pardon if it's a silly one to ask.
>

It would be helpful if you specified exactly what variety of Postgres
you are using and it's version.

If you are using AWS Aurora Postgres then you will need to look at pages
like this:

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Managing.html

This list is for the community version of Postgres and it's been a long
time since AWS saw fit to have someone on the list and when they where
here they did not really provide answers.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2025-10-09 03:06:04 Re: Clarification on Role Access Rights to Table Indexes
Previous Message sud 2025-10-08 19:50:22 Re: Alerting on memory use and instance crash