<idle> issue?

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: <idle> issue?
Date: 2014-10-06 14:54:22
Message-ID: 5432AD1E.4070201@encs.concordia.ca
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-performance

<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<small>Hello List, <br>
<br>
May I know will &lt;idle&gt; cause any potential performance
issues for psql8.3 please?<br>
version (PostgreSQL 8.3.18 on x86_64-unknown-linux-gnu, compiled
by GCC 4.1.2)<br>
<br>
E.g., got 10 idle connections for 10 days. <br>
&nbsp;select current_query from pg_stat_activity&nbsp; where usename
='test';<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
current_query&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
--------------------------------------------------------------------------<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
&nbsp;&lt;IDLE&gt;<br>
<br>
Thanks a lot!<br>
Emi</small> <br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.3 KB

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Felipe Santos 2014-10-06 15:07:34 Re: <idle> issue?
Previous Message Andrey Lizenko 2014-10-06 12:58:12 Re: query plan question, nested loop vs hash join