FASTORA DAS-315SA Disk Array
117
A.7 RAID 5
To improve the poor write and read error performance of RAID 4, RAID 5
makes one simple (in concept) change which has major performance
ramifications: distributed parity files. Instead of having all parity files located on
a single disk, the parity files are allocated evenly to all disks, always with the
corresponding data files on other disks.
This change allows multiple writes to take place as long as they don’t “collide”
at a particular disk; e.g., in an eight disk RAID 5 environment, as many as four
concurrent writes could occur. Each write still involves two disk revolutions.
Read transaction performance is excellent, with as many concurrent reads
possible as there are disks. The aggregate read transfer rate is also excellent,
but each individual read is transferred at a single disk’s rate.