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 > DATABASE_MEMORY - AUTOMATIC setting

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-19-10, 22:37
alsoc alsoc is offline
Registered User
 
Join Date: Jun 2010
Posts: 1
DATABASE_MEMORY - AUTOMATIC setting

What is the difference between DATABASE_MEMORY = AUTOMATIC (with
SELF_TUNING_MEM = ON) and DATABASE_MEMORY = AUTOMATIC (with SELF_TUNING_MEM = OFF)?


Alec
Reply With Quote
  #2 (permalink)  
Old 06-21-10, 17:36
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
This information is for DB2 v9.5+ on AIX

DATABASE_MEMORY AUTOMATIC + STMM ON (and active) -> self-tuned database memory (allows STMM to change overall database memory size)
DATABASE_MEMORY AUTOMATIC + STMM OFF -> self-managed in how it grows and releases memory usage. It's the same as DATABASE_MEMORY COMPUTED.

Both AUTOMATIC and COMPUTED have the following regardless of STMM:
- database memory size is allocated based on the underlying configuration (bufferpools, etc.)
- we can grow beyond the computed size set by AUTOMATIC or COMPUTED setting if there is some requirement that wasn't configured for (ie. concurrent loads issued specifying some data buffer size that exceed utility heap + database overflow).
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