Re: Handling idle connections

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Handling idle connections
Date: 2023-09-24 12:54:52
Message-ID: CF42B9B4-89EC-4F5C-A49B-A3F9A48F24F2@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On Sep 24, 2023, at 1:27 AM, Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com> wrote:
>
> Hi
>
> What is the best way to handle idle connections other than manually killing idle connections if I do not have connection pooler.

1) configure idle timeouts

2) figure out where they're coming from and fix the client

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Kumar 2023-09-24 13:03:31 Re: Handling idle connections
Previous Message Rajesh Kumar 2023-09-24 07:27:11 Handling idle connections