RAID – Multiple drives on one channel

raidsata

I plan on building my first real RAID server soon. My idea is to have 8 to 12 hard drivers in RAID 5 or 50. It will serve as a storage server. I would prefer to have real hardware RAID. When looking for what to buy, a few questions came up.

1) Channels vs Maximum supported devices

I know it's possible to have multiple drives on the same channel. I've read this has a performance impact. What I don't know is how big the impact would be. Do I have to get a controller with 1 channel per drive? How many drives should I put on the same channel? Does it matter if I'm running multiple RAID arrays on the same controller?

2) SATA vs SAS

Until now I have always used SATA drives and they have never disappointed me. Is it a bad idea to use SATA drives in a storage array?

3) RAID Controller: 3Gb/s vs 6Gb/s

Since many of the new SATA drives are SATA-600, I started looking for RAID controllers that supported them. Apparently those are less common and a lot more expensive. Are they worth buying, or would it be better to go with a good old proven 3Gb/s controller? What would the performance impact be?

If you have any hints for someone who is new to RAID controllers, I'm all ears. Maybe there are some things I should be aware of, brands I should avoid, …

Also, I apologize if some of my questions were answered already in other threads. I've been searching for an answer but I never found a clear one.

Your advice is much appreciated.

Best Answer

The number of channels in your RAID card and how fast they run sets the upper limit for how fast you can access your storage.

How many disks per channel you need to provide that storage depends on what kind of I/O this server will be providing. If you're going to be storing things like workstation disk-images, you'll hit the performance ceiling a lot faster than if you were storing massive amounts of itty bitty files accessed randomly.

For significantly random I/O, disk rotational speed has an impact on your disk:channel ratio. You'll need to provide more 7.2K RPM disks than 10K RPM disks yield to the same performance.

As for SATA-600 (or 6gb SAS), if this RAID server will be connected to the network with 1Gb Ethernet, the different doesn't matter much at all. The network will saturate before the storage channels will. So take into account how your storage consumers will access this storage. It may be that a single channel with 72 drives is all you need. Or, if you have 10GbE, four channels with 24 disks each may be needed.

When it comes to buying your disks, take a look at the warranty period. Drives marketed for enterprise use are rated for 24/7/365 operation, where desktop class drives aren't. This matters most in the cheap 7.2K RPM market segment; drives at 10K or 15K RPM are almost always "enterprise" drives.

When building your RAID sets, keep RAID5 rebuild times in mind. 6TB takes a long time to rebuild, days sometimes, and performance will be degraded during the rebuild. It's better to have more, smaller R5 arrays in a stripe-set than fewer, larger R5 arrays in a stripe set.

SAS vs SATA

Doesn't matter, in my opinion anyway. SAS has a few points going for it that make it better to work with for large storage systems (>48 drives, for instance). A 7.2K RPM SAS drive will perform nearly identically to a 7.2K RPM SATA drive. The market forces an artificial segmentation, where anything 10K or 15K RPM is almost always SAS and 7.2K is mostly SATA. This is where most "SAS vs SATA" arguments are actually focusing on, drive rotational speeds.