Just for those who plan to run a high-speed Raid: The todays bottleneck is not only the Raid-Controller, it's more about shared PCI-bus (LAN and RAID Controller) which is normally a PCI-33 Bus:
PCI-33 133MB/s burst rate on 32bit/33MHz PCI bus (32bit x 33Mhz=1056000000bit/s, divided by 8 = 132'000'000B/s) PCI-66 266MB/s burst rate on 32bit/66MHz PCI bus (32bit x 66Mhz=2112000000bits/s) PCI 64bit 33Mhz 266MB/s burst rate on 64bit/33MHz PCI bus (64bit x 33Mhz=1056000000bits/s) Requires 64bit OS and expensive chipset (systemworks/special ram because of the chipset etc.) as far as I know. PCI 64bit 66Mhz 266MB/s burst rate on 64bit/33MHz PCI bus (64bit x 33Mhz=1056000000bits/s) Requires 64bit OS. PCI-X 1.0 (66,100,133Mhz) speed from 133MB-1066MB/s or more A motherboard with pci-x slots downgrades all pci-x slots to the slowest pci card used in one po the pci-x slot. PCI-X 2.0 2132MB/s or 4264MB/s PCI Express 512MB/s - 16GB/s Read more about PCI-X here: http://www.connecttech.com/KnowledgeDatabase/kdb290.htm You can find more pci info's here: http://www.tomshardware.com/motherboard/20040301/alderwood-11.html If you would like to know which intel chipset is supporting which pci bus, look here: http://www.intel.com/design/chipsets/embedded/ Adrian ------------------------------------------------- ToadShow Pty Ltd phone: 07 3004 7900 fax: 07 3846 1220 email: [EMAIL PROTECTED] http://www.toadshow.com.au ------------------------------------------------- ----- Original Message ----- From: John Tolmachoff (Lists) To: [EMAIL PROTECTED] Sent: Friday, March 26, 2004 10:01 AM Subject: RE: [Declude.JunkMail] Raid Controller Matt, I agree with you. I am now confused, as I though it was better to separate physical Spans/Sets/groups by task, not logical partitions on one span/set/group by task. John Tolmachoff Engineer/Consultant/Owner eServices For You -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Thursday, March 25, 2004 3:34 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] Raid Controller Ok, I'll bury this for the sake of everyone else on this list (though I though the full discussion wouldn't hurt since the topic comes up in brief often so I kept it here). Basically you are saying throw 4 disks into a span and mirror the span (8 drives total, one disk seen by the system, and partitioned into logical drives only for personal preference and not performance). I was under the assumption that the logic was to separate spans for different tasks, in other words have multiple RAID 10 arrays instead of dedicating everything to just one. I can see how redundancy isn't really an issue and performance is better than RAID 50 in this case with the only drawback being wasted space, but that is of no consequence here. Please feel free to correct me if I'm wrong, otherwise thanks for the discussion :) Matt Keith Anderson wrote: The harse ain dead yet. Well, first thing is all RAID levels create one single volume that combines the total available drive space. No matter what RAID level you use, all 10 drives become one big volume, just like the 24-drive RAID 10 that I've got here. You can partition it through Windows only if you want to have more than one volume. Raid 10 will always be the fastest redundant RAID. Again, let's examine the process for a 4-disk system: WRITE RAID 10: Write to primary stripe (half of the drives, high-priority CPU cycles) Copy to backup stripe (half of the drives, delayed, idle-time CPU cycles) WRITE RAID 5: Write to primary stripe (high-priority CPU cycles to all drives) READ RAID 10: Read from primary stripe (half the drives) READ RAID 5: Read from the whole stripe (all of the drives) There's also a calculative processor delay in RAID5 that RAID 10 doesn't have to worry about. RAID 10 always knows where the data needs to go, RAID 5 has to figure it out, then create a parity block for every stripe. You need to examine why you are asking this question-- what is your real storage need, performance vs. volume size vs. security? Do you need the extra usable space with RAID 5 more than you need the 30-40% boost in performance that you get with RAID 10? Do you need RAID 10's extra security of surviving a double-drive failure? Keith -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Thursday, March 25, 2004 3:06 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] Raid Controller Not to beat a dead horse, but... Am I mistaken about on RAID 5 array with 4 disks out performing one RAID 10 array with 4 disks? RAID 10 will do double RAID 0 plus a slight hit for mirroring. I though RAID 5 with 4 disks would out perform two striped drives despite the overhead. There is another issue though. I can only get 10 drive in a packed 3U chassis, so I could only do two RAID 10 arrays, but with RAID 50, drive partitions wouldn't matter if I'm not mistaken, 1 would be the same as 5 partitions, or close enough at least. With 8 disks in RAID 10, I could only separate the disk I/O for two logical drives. Matt [AUTOMATED NOTE: Your mail server [63.147.33.8] is missing a reverse DNS entry. All Internet hosts are required to have a reverse DNS entry. The missing reverse DNS entry will cause your mail to be treated as spam on some servers, such as AOL.] --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com. -- ===================================================== MailPure custom filters for Declude JunkMail Pro. http://www.mailpure.com/software/ ===================================================== --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
