Hmmm... All that I've heard is that RAID 0 gives
no noticeable performance gain on smaller files, but sometimes a very significant performance gain on large files.
To me this means that if you will only be accessing small files from your disk, then the cost of RAID 0 is not worth the performance gain (which will be very small and pretty much not noticeable). However, if instead you are working with larger files a lot then you would benefit significantly from the performance gain of RAID 0.
From what I understand and from interpreting those statements above as I have, it means that RAID 0 will have the following effect:
Small files - Since the time required to gather this data is just about equal to the time required to access the file, you still are just waiting for the disk seek time here. Therefore, performance should be exactly the same (depending on exactly how small the file is and your stripe size) as if you were just using 1 hard drive.
Large files - Seek time remains the same as single drive, however, the larger the file, the greater the performance boost (vs. a single disk setup). This is due to the file being accessed simulataneously from 2 disks.
That's my take of it, at least. I have no real experience with RAID 0 at this time, however hopefully I will be setting one up on my PC within the next month or so
