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 > EXTENTSIZE - multiple of RAID stripe size

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-03-09, 07:30
amol17 amol17 is offline
Registered User
 
Join Date: Mar 2009
Posts: 6
Smile EXTENTSIZE - multiple of RAID stripe size

Usually, EXTENTSIZE is suggested to be multiple of number of containers, in case of RAID, it is suggested to be multiple of RAID stripe size, here my question is when we say that "EXTENTSIZE - multiple of RAID stripe size" is it assumed that each table space has single container?

For instance, I have RAID 5 with stripe size 4, I have identified 7 table-spaces in all. Shall I have single container for all of them with EXTENTSIZE 4 * 16k ... ?

Any comments for performance...

thanks
Amol
Reply With Quote
  #2 (permalink)  
Old 04-03-09, 09:00
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by amol17
RAID 5 with stripe size 4
That does not sound right.
Reply With Quote
  #3 (permalink)  
Old 04-03-09, 09:10
amol17 amol17 is offline
Registered User
 
Join Date: Mar 2009
Posts: 6
might be I have not exact stripe size with me, what is the usual stripe size for RAID 5? Am sure that I have RAID 5 with me.

Any ways, my original doubts was(let me write more abt it),

shall we have more than two containers on RAID?

if so what should be the extent size?

what should be the extentsize if container is 1?
Reply With Quote
  #4 (permalink)  
Old 04-03-09, 10:07
nick.ncs nick.ncs is offline
Registered User
 
Join Date: May 2007
Location: somewhere in dbforums
Posts: 221
The extent size will also depend on whether you have a datawarehouse environment or an OLTP environment......

In a data warehouse environment it makes sense to have a larger extent size since it would involve less reads between disk and bufferpool..... however in an OLTP for large extent size you would also end up reading unnecessary data and hence smaller the better....
__________________
IBM Certified Database Associate, DB2 9 for LUW
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