Re: <idle> issue?

From: jaime soler <jaime(dot)soler(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 21:10:38
Message-ID: 1412629838.3456.9.camel@enterprisedb01
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

El lun, 06-10-2014 a las 10:54 -0400, Emi Lu escribió:
> 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

Maybe your application is using a pool of 10 connections but it doesn't
affect any potential performance issues.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jov 2014-10-07 02:59:30 Re: pg_basebackup - odd performance
Previous Message Mike Blackwell 2014-10-06 18:53:24 pg_basebackup - odd performance