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 > What to consider when changing from SMS to DMS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-02-10, 13:14
db2aix db2aix is offline
Registered User
 
Join Date: Jul 2009
Location: USA
Posts: 50
What to consider when changing from SMS to DMS

We're thinking of keeping temporary and catalog tablespaces as SMS and changing the rest to DMS. What things to consider when changing tablespace type from SMS to DMS? Instance level, database level, table space level, buffer pools, others?

Version 9.1 on AIX


Thank you in advance.
Reply With Quote
  #2 (permalink)  
Old 03-02-10, 19:28
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
What is the main reason why you want to change from SMS to DMS? DMS file or raw?

You may want to look at separating data, index, LOB/LF into separate tablespaces and use different bufferpools / filesystem caching options.

I'd also suggest to take a look at DB2_OBJECT_TABLE_ENTRIES. This registry variable will preallocate more extents for the object table (internal table used to keep track of user objects). This object table will grow as you add more user objects and can use multiple extents. These additional extents can end up holding the high-water mark (HWM) of a DMS tablespace. If the HWM is being held by an extent for the object table, then it can't be lowered without dropping/recreating the tablespace (not exactly sure if this is still true in v9.7). Using this registry variable may also help to avoid locking conflict between utilities such as online backup and import.
Reply With Quote
  #3 (permalink)  
Old 03-02-10, 19:38
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Can look at autoresize, large RID for DMS
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