I'm now told by another video correspondent that these sort of numbers are easily possible on a standard Mac Pro chassis, so he is not surprised by them. There are apparently problems with the nVidia implementation with Intel processors. Quite frankly I'm out of my depth here (with the RAID technology) but:
It is definitely 200MB/s and no, nothing less will suffice!
OK, I happened to have a system that I could reconfigure to NV RAID 5 to test this out again. I had given this up with negative frustration a long time ago, but was very surprised by the current results. Perhaps the driver's changed, perhaps the OS has changed, perhaps my benchmarking has changed and improved. Whatever the cause, I can definitely confirm that NV RAID 5 at this time can sometimes give very good performance.
With a 3-drive NV RAID 5, 32k stripe size, and Vista (RC1), NTFS 64k clusters, running a mix of 2 300 GB Maxtor DM10/Maxline III drives + 1 320 GB Seagate 7200.10 drive, I get 120-140 MB/s sustained read and write performance -- in the outer sectors, as measured using IOMeter (64k transfers, I/O depth 1, 10 GB test file) and manual file transfers (10 GB test file).
This is pretty much perfect performance, as each drive can do somewhere around 65-75 MB/s max, and with 3-drive RAID 5, we have 2 data drives and one parity drive at all times, so we can at best do 2 times 65-75 MB/s, which is 130-150 MB/s. Take a bit off due to overhead, etc, and 120-140 MB/s are very good numbers, and show that the system is scaling well to drive speed. (So faster drives would likely be even faster.)
With 5-6 drive RAID 5, I'd expect peaks around 4 * 65 MB/s = 260 MB/s, and sustained performance > 200 MB/s for at least the first 100 GB or so. (I've confirmed such numbers with my system using 4 drive RAID 0 using 16k stripes, and am extrapolating to RAID 5 with an addition drive for parity).
I did my tests on an ASUS A8N-VM CSM -- nForce 430.
Here's a sample actual file transfer, from a local add-on RAID controller to the 3-drive NV RAID 5 setup:
D:\tools>xxcopy /y f:\test\test0\10.gb n:\test\test9
XXCOPY == Freeware == Ver 2.93.1 (c)1995-2006 Pixelab, Inc.
...
-------------------------------------------------------------------------------
F:\test\test0\10.gb 10,000,000,000
-------------------------------------------------------------------------------
Directories processed = 1
Total data in bytes = 10,000,000,000
Elapsed time in sec. = 71.19
Action speed (MB/min) = 8429
Files copied = 1
That's 8429 / 60 ~ 140 MB/s actual file transfer performance, writing to the 3-drive NV RAID 5 array.
Thanks again for the posts, I'm very pleasantly surprised by these results. Unfortuntely, I don't yet know why previous results were worse.