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 > Multi page file allocations

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-21-08, 20:39
dgunas dgunas is offline
Registered User
 
Join Date: Dec 2008
Location: Chennai
Posts: 110
Multi page file allocations

Hi,
I have noticed that our database is configured to extend SMS tablespace objects by one page at a time. (Multi page file allocation enabled -NO).

We have mix of SMS and DMS tablespaces and the DB size is over 500GB.

Is it important to enable the Multi page file allocation ? should be able to see any better performance? finally how can I enable this ? once i have enabled this is it possible to backout ?

Thanks, Gunas
__________________
Reply With Quote
  #2 (permalink)  
Old 12-22-08, 01:10
nivasreddy007 nivasreddy007 is offline
Registered User
 
Join Date: Jun 2007
Posts: 66
Multipage file allocation can be enabled using db2empfa 7 for databases that are created after the registry variable DB2_NO_MPFA_FOR_NEW_DB has been set.
__________________
www.db2commands.net
Reply With Quote
  #3 (permalink)  
Old 12-22-08, 03:25
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Multi page allocations have the advantage that only a single operation is needed instead of multiple separate operations. Especially if you have lots of INSERTs that require new pages, you may notice a performance difference.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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