Re: <idle> issue?

From: Felipe Santos <felipepts(at)gmail(dot)com>
To: emilu(at)encs(dot)concordia(dot)ca
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: <idle> issue?
Date: 2014-10-06 15:07:34
Message-ID: CAPYcRiWGAsQwHnx1Cse3eLavuAFY2RzAy0pZRdFrqV6vcFc9SA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

2014-10-06 11:54 GMT-03:00 Emi Lu <emilu(at)encs(dot)concordia(dot)ca>:

> Hello List,
>
> May I know will <idle> cause any potential performance issues for psql8.3
> please?
> version (PostgreSQL 8.3.18 on x86_64-unknown-linux-gnu, compiled by GCC
> 4.1.2)
>
> E.g., got 10 idle connections for 10 days.
> select current_query from pg_stat_activity where usename ='test';
> current_query
> --------------------------------------------------------------------------
> <IDLE>
> <IDLE>
> <IDLE>
> <IDLE>
> <IDLE>
> <IDLE>
> <IDLE>
> <IDLE>
> <IDLE>
> <IDLE>
>
> Thanks a lot!
> Emi
>

Hi Emi,

As far as I know, it wont affect your performance.

It will affect the overall quantity of users that can connect to the
database though (since there is a limit that you can set up on
postgres.conf).

BR,

Felipe

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Mike Blackwell 2014-10-06 18:53:24 pg_basebackup - odd performance
Previous Message Emi Lu 2014-10-06 14:54:22 <idle> issue?