Dell
For example, a
RAID 0 provides improved performance because each drive in the virtual disk needs to handle only part of a read or write request. However, because none of the data is mirrored or backed up on parity drives, one drive failure makes the virtual disk inaccessible and the data is lost permanently.
Data 1 | Data 2 | Data 3 | Data 4 |
Data 5 | Data 6 | Data 7 | Data 8 |
Data 9 | Data 10 | Data 11 | Data 12 |
Data 13 | Data 14 | Data 15 | Data 16 |
Drive 0 | Drive 1 | Drive 2 | Drive 3 |
Figure 4. Example of RAID 0
Advantages of RAID 0
∙I/O performance is greatly improved by spreading the I/O load across many channels and drives (best performance is achieved when data is striped across multiple channels with only one drive per channel)
∙No parity calculation overhead is involved
∙Very simple design
∙Easy to implement
Disadvantages of RAID 0
∙Not a "true" RAID because the failure of just one drive will result in all data in a virtual disk being lost
∙Should not be used for critical data unless another form of data redundancy is deployed
5.3.2RAID 1 (Mirroring)
RAID 1 is achieved through disk mirroring to ensure data reliability or a high degree of fault tolerance. In a RAID 1 configuration, the RAID management software instructs the subsystem's controller to store data redundantly across a number of the drives (mirrored set) in the virtual disk. See Figure 5.
In other words, if a disk fails, the mirrored drive takes over and functions as the primary drive.
DELL PERC H700 and H800 Technical Guide | 22 |