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 > update on performance tuning db2 problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-22-03, 22:24
mixxalot mixxalot is offline
Registered User
 
Join Date: May 2003
Posts: 369
update on performance tuning db2 problem

Well folks

I finally figured out how to tune our DB2 slow running stored procedures. Turns out the new p680 RS6000 servers running our DB2 UDB 7.2 on AIX 5.2L 32 bit did not have a bunch of AIX parameters tuned correctly. In addition, we found that the stored procs were running a lot of sorts and using hash joins which affected performance. Basically tuning the AIX and DB2 sortheap, dbheap and bufferpool params helped quite a bit as well as setting the CPUSPEED and associated memory parameters. I basically received a quick rampup in serious tuning the database engine and O/S. Next step, to tune the slow running queries using visual explain we need additional indexes to fix the issues with the hash joins. Tuning is tricky because of so many variables with our application! More an art than science.

Scott
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