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 > After going into 64 bit what kind of changes are need in db and dbm levels?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-06, 10:06
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
After going into 64 bit what kind of changes are need in db and dbm levels?

Hi all,

I am using db2 v8.2.6 (fix pack 13) aix 5.2

recently I went to 64 bit in server side.

in point of performace view, what kind of changes I need to do in db, dbm, os levels and register variables.

Thank you in advance for your help.
Reply With Quote
  #2 (permalink)  
Old 09-15-06, 10:24
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
Under 32 bit each db was restricted to roughly 1.75gig of memory; you have a lot lot more in 64 bit; you take the whole memory on the machine; reserve whatever for other applications; decide what % of total you want for filecache(default 80 for maxperm and 20 for minperm is too high; could be 20-40 and 2); divide the remaining memory among dbs; can increase # and size of bufferpools; increase sort cache,pkgcache; maxlocks etc.
__________________
mota
Reply With Quote
  #3 (permalink)  
Old 09-15-06, 10:30
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
Quote:
Originally Posted by dbamota
Under 32 bit each db was restricted to roughly 1.75gig of memory; you have a lot lot more in 64 bit; you take the whole memory on the machine; reserve whatever for other applications; decide what % of total you want for filecache(default 80 for maxperm and 20 for minperm is too high; could be 20-40 and 2); divide the remaining memory among dbs; can increase # and size of bufferpools; increase sort cache,pkgcache; maxlocks etc.
thank you for your help

do you know any thing from changing in registery variables?
Reply With Quote
  #4 (permalink)  
Old 09-15-06, 15:11
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
Nothing that is 64 bit specific; just
DB2_USE_ALTERNATE_PAGE_CLEANING=YES
DB2_PARALLEL_IO=* (we have only 2 containers per tablespace; used to have 12)
__________________
mota
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