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 > db cfg params self tuning results and a big question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-30-09, 14:50
MarkhamDBA MarkhamDBA is offline
Registered User
 
Join Date: Dec 2008
Location: Toronto, Canada
Posts: 381
db cfg params self tuning results and a big question

we just finished our 18hr performance testing (DB2 v9.5.2 on AIX 6.1). We have set db cfg params for the testing (before running test batches):

database_memory to AUTOMATIC(4171056)
db_mem_thresh to 10
locklist to AUTOMATIC(116272)
maxlocks to AUTOMATIC(98)
pckcachesz to AUTOMATIC(8192)
sheapthres_shr to AUTOMATIC(204800)
sortheap to AUTOMATIC(6712)
instance_memory (dbm cfg) to AUTOMATIC(5013983)
shepthres (dbm cfg) to 0

Results:
Performance improvement is abt 20% - excellent (duration of the task time went down). Here is how db cfg params were changing during the test:

database_memory - small fluctuations during testing from initial 4171056;
db_mem_thresh = 10;
locklist - flucktuated between 116272 and 28189;
maxlocks - 98 all the time;
pckcachesz - 8192 and did not change at all;
sheapthres_shr - fluctuated between 74776 and 582666(max);
sortheap - flucktuated between 3512 and 23306 (max);
instance_memory (dbm cfg) - remained 5013983 all the time;
shepthres (dbm cfg) = 0 (for this testing);

Now the big question is - do we keep parameters AUTOMATIC or should we lock them to max or other values? This is the only database and instance on the server. Thank you
__________________
DB2 v9.5 ESE on AIX v6.1/ v9./10 on z/OS
Reply With Quote
  #2 (permalink)  
Old 04-30-09, 15:00
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I would vote to leave them automatic.

Andy
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