Search Postgresql Archives

Re: <idle> question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/6/2014 10:07 AM, Emi Lu wrote:
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


idle is ok. It wastes a little extra ram, but wont hurt anything. "idle in transaction" for long periods of time is bad.

-Andy


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux