Intel Matrix Storage Manager Quick Guide for Acer Selected Veriton PC V1.1
8/21
multiple controllers with
only one drive per controller
¾Very simple design
¾Easy to implement
RAID1 ¾Twice the Read transaction
rate of single disks, same
Write transaction rate as
single disks
¾100 percent redundancy of data
means no rebuild is necessary
in case of a disk failure, just
a copy to the replacement disk
¾Transfer rate per block is
equal to that of a single disk
¾Under certain circumstances,
RAID1 can sustain multiple
simultaneous drive failures
¾Simplest RAID storage
subsystem design
¾Highest disk overhead of all
RAID types (100%) —
inefficient
¾May not support hot-swap of
failed disk when implemented
using software RAID
RAID5 ¾Highest Read data transaction
rate
¾Medium Write data transaction
rate
¾Low ratio of ECC (parity)
disks to data disks means high
efficiency
¾Good aggregate transfer rate
¾Most complex controller
design
¾Difficult to rebuild in the
event of a disk failure (as
compared to RAID 1)
¾Individual block data
transfer rate same as single
disk
RAID10 ¾Very high I/O rates are
achieved by striping RAID1
segments
¾Excellent solution for sites
that would normally use RAID1
¾Very limited scalability at a
very high inherent cost
¾Expensive to maintain