Doesn't RAID 0 only benefit read times? Writes are all the same on every drive, thus no speed gain for writing as compared to striped setups.
Unless I've read these things wrong? I am new to RAIDs, and outside of casual interest have never looked into setting one up before.
RAID-0 is striped. RAID-1 is mirrored.
Because you *might* end up with a relatively large number of bytes in a single stripe on a RAID-0 array, you *might* not have to move the read/write heads as much or as often as on a plain HDD. So, depending on how you use it, a RAID-0 array *might* be a bit faster than a plain HDD, potentially on both reads and writes.
Depending on how well written the RAID code is, you *might* end up with slightly better read performance on a RAID-1 mirrored array than a plain HDD, *if* the RAID chip/card is smart enough to serve up data to the OS from the first mirrored disk that answers it's data request.
And most RAID add-in cards have at least some on-board RAM for cache, too.
YMMV, and by quite a bit!
