public inbox for [email protected]
help / color / mirror / Atom feedFrom: khan Affan <[email protected]>
To: Rajesh Kumar <[email protected]>
Cc: Pgsql-admin <[email protected]>
Subject: Re: Connection exceeded alert.
Date: Tue, 6 Aug 2024 11:21:42 +0500
Message-ID: <CAF4emO=mbVCoSGK39eU+EZPefe+EvJ_KVhLiNC_fdnb=TG=3vQ@mail.gmail.com> (raw)
In-Reply-To: <CAJk5AtZTgZbMv48953_Y8287_Q9UMiPCWZecKHBhCfdLBNb3iQ@mail.gmail.com>
References: <CAJk5AtZTgZbMv48953_Y8287_Q9UMiPCWZecKHBhCfdLBNb3iQ@mail.gmail.com>
Hi Rajesh,
To effectively troubleshoot this issue, please share your current
PostgreSQL configuration values for shared_buffers, work_mem, and
maintenance_work_mem.
Additionally, please provide details about the application generating these
queries. Are they triggered by POST or GET requests?
To gain deeper insights into query performance, execute the following
commands:
EXPLAIN (ANALYZE, BUFFERS) <your_query>;
SELECT pid, usename, query, state, wait_event_type, wait_event
FROM pg_stat_activity
WHERE wait_event IS NOT NULL;
These commands will help identify performance bottlenecks and resource
contention.
On Tue, Aug 6, 2024 at 9:32 AM Rajesh Kumar <[email protected]>
wrote:
> Hi all,
>
> I have been trying to find a steps or solution for past 1 year once we
> received a connection exceeded alert. Couldn't get any answer from anybody
> or internet so far.
>
> Today I checked a pgbadger report and matched the timeline and found
> that, at that time of sudden connection hike (not normal), there were 3
> queries running at that time (2 update queries on table a , took 5s each,
> one insert query on table b which took 2.5mns).
>
> Anybody provide me steps what all I have to do 1. At that time of
> connection hike 2. If I am been asked to check after sometime as connection
> dropped to analyse.
>
view thread (3+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Connection exceeded alert.
In-Reply-To: <CAF4emO=mbVCoSGK39eU+EZPefe+EvJ_KVhLiNC_fdnb=TG=3vQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox