SV: Idle connections / sessions

From: Oygun Josef <josef(dot)oygun(at)scania(dot)com>
To: Thomas Poty <thomas(dot)poty(at)gmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: SV: Idle connections / sessions
Date: 2018-12-12 11:20:24
Message-ID: HE1PR0402MB3625FC1878598594295EC30993A70@HE1PR0402MB3625.eurprd04.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-general pgsql-jdbc pgsql-sql

Hi,

Sorry for that!

Thank you for the answers, this is good but do you know if there is a way do to it through AWS console with some kind of configuration instead?

Reason for that is the we use terraform scripts to create and keep state of our instances so pg_terminator would require me to add every new db props to it.

/Josef

Från: Thomas Poty [mailto:thomas(dot)poty(at)gmail(dot)com]
Skickat: den 12 december 2018 11:11
Till: pgsql-general(at)lists(dot)postgresql(dot)org
Ämne: Re: Idle connections / sessions

Hi Josef,

pg_terminator may help you.

thomas

Le mer. 12 déc. 2018 à 11:02, Fabio Pardi <f(dot)pardi(at)portavita(dot)eu<mailto:f(dot)pardi(at)portavita(dot)eu>> a écrit :
Hi Josef,

please avoid cross posting to multiple lists.

I m not a developer, but I think that if you do not want idle connections, you should terminate them on the side they have been created.

If your application leaves the connection open, then you will notice idle connections on Postgres when not in use.

regards,

fabio pardi

On 12/12/2018 10:37, Oygun Josef wrote:
Hi,

Is it possible to terminate idle connections/sessions automatically through a timeout in AWS or do I need to run a periodical cron job for this?

Postgres version: 9.6.6
Instance: db.t2.micro
RAM : 1GB

We are running a microservice architecture using docker with kubernetes and I can see that every pod on every node that has connected to the DB still has a idle connection as long as the node is still active even.

It is both PGAdmin and the PostgreSQL JDBC Driver that leaves open idle connections.

Josef Oygun

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Thomas Poty 2018-12-12 18:26:11 Re: Idle connections / sessions
Previous Message Thomas Poty 2018-12-12 10:10:50 Re: Idle connections / sessions

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Lazurkin 2018-12-12 11:48:12 Does PostgreSQL use atomic file creation of FS?
Previous Message Thomas Poty 2018-12-12 10:10:50 Re: Idle connections / sessions

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Poty 2018-12-12 18:26:11 Re: Idle connections / sessions
Previous Message Thomas Poty 2018-12-12 10:10:50 Re: Idle connections / sessions

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Poty 2018-12-12 18:26:11 Re: Idle connections / sessions
Previous Message Thomas Poty 2018-12-12 10:10:50 Re: Idle connections / sessions