Performance considerations for RAID 4 and 5
An extra performance consideration for RAID 4 and 5 configurations
is that their I/O throughput becomes progressively worse
as the ratio of the number of writes to reads increases.
If the ratio of writes to reads is very high, the performance of
RAID 4 and 5 can drop below that of a RAID 1
(mirrored) array.
RAID 4 and 5 arrays perform poorly on writes because of the extra disk operations required to update the parity information. The operating system performs the following sequence of events when writing a cluster to a RAID 4 and 5 array:
Three-piece RAID 4 or 5 arrays use two pieces for data and the remaining piece for parity. This allows an optimization to be made which avoids reading the parity piece. The sequence of events performed by the operating system when writing becomes: