| From: | Shams Khan <shams(dot)khan22(at)gmail(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Query Stuck in running server |
| Date: | 2012-11-15 07:27:06 |
| Message-ID: | CAM42boo6h1fmBZ4tLXv_VOux1r_DSFZSrg319vpcz1fMxQQ+rQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi,
There are few query I found at the time of monitoring below
00:54:43.574338 | 26952 | select a.actno,MAX(b.actid) as
actid,MAX(b.actname) as name,MAX(b.phone) as phone,MAX(b.email) as
mail,MAX(a.subsno) as subs,MAX(t.pkgid
) as svcid,MAX(a.expirydt) as expirydt,MAX(d.domid) as
domid,MAX(d.domname) as domname from actbal a inner join subs s on
a.subsno=s.subsno inner join packages t on s.svcno=t.pkgno inner join
account b on b.actno=a.actno inner join ssgdom d on b.domno=d.domno where
a.actno not in ( select a.actno from actbal a inner join subs s on
a.actno=s.actno where s.status <= 15 and a.expirydt > $1) and a.expirydt
<= $2 and b.domno=$ group by a.actno order by MAX(d.domname),MAX(b.actname)
can somebody help me to understand it
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Lukasz Brodziak | 2012-11-15 08:40:09 | Re: Failed Login Attempts parameter |
| Previous Message | Fernando Hevia | 2012-11-14 22:51:58 | Re: Postgre Eating Up Too Much RAM |