» Sat May 12, 2012 1:39 pm
RAID comes in many levels, 0, 1, 2, 3, 4, 5, 6 and RAID matrixes (combinations of multiple rain levels)
RAID 0 has fast read and write, but if a drive dies you lose ALL data
RAID 1 has a fast read (same as RAID 0), normal write, and you can lose the parity drive.
RAID 2-5 are nightmares (Anyone who thinks RAID 5 is still good needs to do research on the write hole and failure rate of RAID 5s during a rebuild)
RAID 6 is good, and does partially resolve RAID 5's write whole.
RAID 10 is where it's at (requires 4 drives minimum, you get 1/2 the storage It's two sets of RAID 0, RAID 1'd).
As a general policy, I think avoiding RAID whenever possible is the best option. RAID 10 is the only RAID I would consider for a server.
I say go with an SSD if you want performance.