[askdba] Re: lot of time taking on qa than production

  • From: Nisar Tareen <ntareen@xxxxxxxxx>
  • To: askdba@xxxxxxxxxxxxx
  • Date: Fri, 8 Aug 2008 10:13:40 -0700 (PDT)

Drumil. 
What is the configration of   Production and  QA  environment. 
What do you mean my still running ... hour or  30 minutes. 
When did you analyis your  indexes. 
Tareen 



----- Original Message ----
From: Ganesh Raja <ganesh.raja@xxxxxxxxx>
To: askdba@xxxxxxxxxxxxx
Sent: Friday, August 8, 2008 10:35:51 AM
Subject: [askdba] Re: lot of time taking on qa than production

The stats on the tables and indexes. 
-------------------------------------------------
Sent from my BlackBerry Wireless Handheld 
________________________________
From: drumil narayan <drumilnarayan@xxxxxxxxx>
Date: Fri, 8 Aug 2008 20:04:27 +0530 (IST)
To: <askdba@xxxxxxxxxxxxx>
Subject: [askdba] lot of time taking on qa than production

Our production and qadatabases are same in structure and hardware.
 
following query is taking approx 2 minutes to fetch about 4568878 where as am 
firing the same query on qa it is still running.
no of indexs and columns are identical on the both the databases..where should 
i look for..
 
 
select m.sic_code sic_code from
zips z,
addresses a,
memberships m,
territorys t 
where m.MEM_SOURCE != 'MCCOY NOM' 
and m.mem_type = 'GOV'
and ((m.CANCEL_TYPE IS NULL OR m.CANCEL_TYPE IN('REINSTATE','EXTENSION') OR 
m.CANCEL_TYPE LIKE 'PO%') OR SYSDATE - m.CANCEL_DT < 366) 
and m.mem_id = a.mem_id
and a.addr_type ='BUS'
and a.zip_code = z.zip_code
and substr(lpad(to_char(abs(z.zip_code)),9,'0'),1,5) = t.zip_code
and z.state=t.state
and z.county=t.county_code
 
thanks
________________________________
Did you know? You can CHAT without downloading messenger. Click here


      

Other related posts: