Re: Connections - Postgres 9.2

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Connections - Postgres 9.2
Date: 2016-05-16 21:00:56
Message-ID: ff5c5932-8723-9af4-67e4-69036dcc1515@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/16/2016 1:55 PM, Adrian Klaver wrote:
>> Would the pool connection solve that IDLE connections? But more
>> important than that, are the IDLE connections using the machine's
>> resources ?
>
> Yes a connection consumes resources.

an idle connection consumes some memory, a process context, and a
network socket. its not using CPU or disk IO.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lucas Possamai 2016-05-16 21:10:32 Re: Connections - Postgres 9.2
Previous Message Venkata Balaji N 2016-05-16 20:56:44 Re: Connections - Postgres 9.2