If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Performance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-05, 02:54
dr_suresh20 dr_suresh20 is offline
Registered User
 
Join Date: Sep 2003
Posts: 218
Performance

I am running DB2 v8.1.6a on win2k platform...

The issue that we are confronted with is that the same set of queries (part of two different product releases eg: R1.0 and R1.1) run against same database with all db/dbm and other related settings remaining constant yielding us different timing. While we expect the timing to be same if not better.. difference in timing is really worrying and customer wants to know the reason why this is happening...

Some thing that i have checked..

* DB settings
* Explain plan statements
* SQL statements + optimization
* Data sets
* Hardware, load on the system, no. of users etc

Any ideas greatly appreciated.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 02-03-05, 09:28
chavadb2 chavadb2 is offline
Registered User
 
Join Date: Aug 2004
Posts: 138
did you see same access paths for both sets of queries in the explain plan? there is a chance query getting modified with new release
Reply With Quote
  #3 (permalink)  
Old 02-04-05, 00:02
dr_suresh20 dr_suresh20 is offline
Registered User
 
Join Date: Sep 2003
Posts: 218
yes i did - but no difference there, i mean access plan looks good.
Reply With Quote
  #4 (permalink)  
Old 02-04-05, 00:19
jacampbell jacampbell is offline
Registered User
 
Join Date: Jan 2005
Posts: 191
Try running an event monitor trace and compare the results.

James Campbell
Reply With Quote
  #5 (permalink)  
Old 02-04-05, 06:50
jdey123 jdey123 is offline
Registered User
 
Join Date: Aug 2004
Location: London, UK
Posts: 31
Registry settings

i.e. type "db2set -g"

In the explain plan, check if the estimated cost is the same
__________________
jdey@macehill.co.uk
http://www.macehill.co.uk
Reply With Quote
  #6 (permalink)  
Old 02-04-05, 09:21
chavadb2 chavadb2 is offline
Registered User
 
Join Date: Aug 2004
Posts: 138
need more info on this..can you post both accessplans here?
Reply With Quote
  #7 (permalink)  
Old 02-07-05, 02:28
dr_suresh20 dr_suresh20 is offline
Registered User
 
Join Date: Sep 2003
Posts: 218
thanks for your response... I am reading explain plan output and trying to compare it with both versions... shall keep you posted on how it goes.

thanks once again.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On