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 > Informix > RAID10 chunk strategy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-03-04, 18:03
WiccaChic WiccaChic is offline
Registered User
 
Join Date: Jan 2004
Posts: 71
RAID10 chunk strategy

Hi all. Just set up a 300 gig raid 10 array that I want to use with an informix database with several HUGE tables that are frequently joined and I am wondering what my best chunk strategy would be? Should I chunk out the 300 gig in smaller chunks or since I am running 9.40 would there be any value in creating one huge chunk?

All opinions welcome!
Reply With Quote
  #2 (permalink)  
Old 04-05-04, 16:06
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Nice topic for a discussion.

My own opinion:

Multiple smaller chunks, because IDS internally still behaves as if 1 chunk is 1 disk. It will do I/O on chunk base. So to get parallel I/O create multiple chunks.
If the tables are really big, I would still recommend multiple dbspaces and fragmented tables. This way IDS can even do more parallelism and maybe even fragment elimination. Of course it depend of the chosen fragmentation strategy and the data usage.
Normally 2 to 4 chunks for every physical disk is optimal, even if RAID10 is used.

But as I said this is just my opinion and a lot of people have their own ideas about this.

Greetz & sucess

Rob Prop
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