StorCase Technology SCSI-to-SCSI Single RAID User Manual

Page 61

Advertising
background image

DXIFS-160/RAID User's Guide - Rev. B00

StorCase Technology, Inc.

Appendix B - Array Basics

51

A mirrored array is also highly reliable, because both disks in the pair must fail for the array

to fail. For example, an array of five pairs can still maintain integrity even if five disks fail, as

long as each pair is left with one good disk. The main disadvantage of a mirrored array is cost.

Since all disks must have a twin, twice the number of disks must be used in the array capacity

(an eight-disk array contains only four disks of usable capacity).

RAID 3

RAID 3 arrays contain redundant information in the form of parity data, which is calculated

block-by-block for all user data. The user data is distributed across all but one of the disks

in the array. The parity data is written exclusively to the parity disk (also known as check disk).

In the event of a disk failure, the data can be reconstructed from corresponding data stripes

on the remaining disk in the array.

RAID 3 provides excellent I/O performance for applications that require high data transfer rates

such as image processing, video processing, scientific data collection, batch data processing,

or sequential reads and writes.

RAID 4

RAID 4 is similar to RAID 3 in that redundant information is achieved in the form of parity data.

The user data is distributed across all but one of the disks and uses a single, dedicated parity

disk for data protection. The main difference is that RAID 3 usually synchronizes writes to

its disks, while RAID 4 can send data to its disk independently.

RAID 4 is best suited for transaction processing applications that require high speed read

requests. RAID 4 is not recommended for I/O intensive applications that require high speed

data transfer rates.

RAID 5

RAID 5 arrays contain redundant information in the form of parity data, which is calculated

block-by-block for all user data. The parity information is distributed across the disks in the

array (similar to RAID 0 arrays) and occupies the equivalent capacity of about one disk. Data

is interspersed with the parity information. If one disk in the array fails, the data on the failed

disk can be reconstructed from the parity data and user data on the remaining disks. Two disks

must fail before the entire array fails.

The read performance of a RAID 5 array is excellent, comparable to that of a RAID 0 array.

Write performance is lower than that of a RAID 0 array, because write operation involves

calculating and writing new parity data as well as writing the new user data.

Advertising