Re: [GENERAL] Query is stuck

From: "Jaiswal Dhaval Sudhirkumar" <JaiswalDS(at)microland(dot)com>
To: "Satish Burnwal \(sburnwal\)" <sburnwal(at)cisco(dot)com>, "Plugge, Joe R(dot)" <JRPlugge(at)west(dot)com>, <pgsql-general(at)postgresql(dot)org>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: [GENERAL] Query is stuck
Date: 2010-04-13 13:11:02
Message-ID: F260108AB230D44CBAA660B47CC4110A07F71160@blrisbe01.MLCORP.NET
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

select procpid, current_query,query_start - now(), backend_start

from pg_stat_activity

where current_query not like '%IDLE%' and waiting = 't';

--

Thanks

Dhaval

From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Satish Burnwal
(sburnwal)
Sent: Tuesday, April 13, 2010 2:04 PM
To: Plugge, Joe R.; pgsql-general(at)postgresql(dot)org
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [GENERAL] Query is stuck

controlsmartdb=# select * from pg_stat_activity where waiting='t';

ERROR: column "waiting" does not exist

From: Plugge, Joe R. [mailto:JRPlugge(at)west(dot)com]
Sent: Tuesday, April 13, 2010 6:32 PM
To: Satish Burnwal (sburnwal); pgsql-general(at)postgresql(dot)org
Cc: pgsql-admin(at)postgresql(dot)org
Subject: RE: Query is stuck

What do you get when you run this?

select * from pg_stat_activity where waiting='t';

From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Satish Burnwal
(sburnwal)
Sent: Tuesday, April 13, 2010 7:58 AM
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] Query is stuck

I have a query which is not giving me the result even after 30 minutes.
I want to know how to detect what is going and what's wrong ?

EXPLAIN query - gives me the following:

controlsmartdb=# explain select report_id, dm_ip, dm_mac, dm_user,
dm_os, report_time, sys_name, sys_user, sys_user_domain, ss_key,
login_time, role_id, new_vlan_id from repcopy as a where report_time =
(select max(report_time) from repcopy as b where a.dm_ip = b.dm_ip and
a.dm_user=b.dm_user and b.ss_key != '') and report_status = 0 and
dm_user = 'u1';

QUERY PLAN

------------------------------------------------------------------------
----------------------------------------------------

Seq Scan on repcopy a (cost=0.00..1630178118.35 rows=35 width=133)

Filter: ((report_status = 0) AND ((dm_user)::text = 'u1'::text) AND
(report_time = (subplan)))

SubPlan

-> Aggregate (cost=8151.65..8151.66 rows=1 width=8)

-> Seq Scan on repcopy b (cost=0.00..8151.65 rows=1
width=8)

Filter: ((($0)::text = (dm_ip)::text) AND (($1)::text =
(dm_user)::text) AND ((ss_key)::text <> ''::text))

(6 rows)

But EXPLAIN ANALYSE query hangs (is not giving me any output even after
30 minutes).

Pg_stat_activity shows this - SELECT procpid, usename, current_query,
query_start from pg_stat_activity:

2942 | postgres | select report_id, dm_ip, dm_mac, dm_user, dm_os,
report_time, sys_name, sys_user, sys_user_domain, ss_key, login_time,
role_id, new_vlan_id from repcopy as a where report_time = (select
max(report_time) from repcopy as b where a.dm_ip = b.dm_ip and
a.dm_user=b.dm_user and b.ss_key != '') and report_status = 0 and
dm_user = 'u1'; | 2010-04-13 18:20:02.828623+05:30

In such a case what can I do ?

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.
Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon,this information by persons or entities other than the intended recipient is prohibited.
If you received this in error, please contact the sender and delete the material from your computer.
Microland takes all reasonable steps to ensure that its electronic communications are free from viruses.
However, given Internet accessibility, the Company cannot accept liability for any virus introduced by this e-mail or any attachment and you are advised to use up-to-date virus checking software.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bill Moran 2010-04-13 13:12:48 Re: [GENERAL] Query is stuck
Previous Message Ray Stell 2010-04-13 13:08:01 Re: Query is stuck

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2010-04-13 13:12:48 Re: [GENERAL] Query is stuck
Previous Message Peter Geoghegan 2010-04-13 13:09:36 Re: Email address column verification foraddress list