why would three drives be clipped off and not two? Is it PCIe within the southbridge thats causing it? If so what is it 8x? If it was 4x it would be capped @ around 5Gbps for PCI 2.0 I'm not sure of what speed 8x 2.0 is. Just what is the limiting factor?
Thanks
The RAID controller, probably.
There is a RAID controller that has a lot of math to do. The more drives, the more math it has to do. With two drives, it can still do more math than the drives can. With three drives, the drives can throw more math than the controller can do. So you get a bottleneck.
(I was told there would be no math.)
This is typically only noticeable with benchmarks that stress IOPS (maximum number of operations per second.) Older RAID controllers were made with hard drives in mind, hard drives can only deal with a couple hundred IOPS maximum. So a RAID controller than can handle 10,000 IOPS was great!
SSDs can do 20,000 IOPS or more individually. So throwing two of them behind a RAID controller that only does 10,000 is HORRIFYING!
A lot of motherboard (CHEAP!!!) RAID controllers are limited this way.
That said, you can still get very good sequential numbers from a RAID-0 array, even if it's bottle-necked in terms of maximum IOPS and random IO. Or you could get a dedicated hardware RAID controller. It depends on your workload and needs. If you're just benchmark whoring, well, that's fine. Get a Z9x or X99 motherboard, hook some SSDs up to the Intel SATA ports, and fire away.
Edit: the X79 is modern enough that it will be fine too for 2-4 SSDs in RAID. But you may see a performance benefit from a hardware RAID card, depending on the card.