RAID3工作原理图解及特点分析

Tags: , , , , ,

RAID 3: Parallel transfer with parity

Characteristics/Advantages

1. Very high Read data transfer rate

2. Very high Write data transfer rate

3. Disk failure has an insignificant impact on throughput

4. Low ratio of ECC (Parity) disks to data disks means high efficiency

Disadvantages

1. Transaction rate equal to that of a single disk drive at best (if spindles are synchronized)

2. Controller design is fairly complex

3. Very difficult and resource intensive to do as a “software” RAID

Recommended Applications

1. Video Production and live streaming

2. Image Editing

3. Video Editing

4. Prepress Applications

5. Any application requiring high throughput

The data block is subdivided (”striped”) and written on the data disks. Stripe parity is generated on Writes, recorded on the parity disk and checked on Reads.

RAID Level 3 requires a minimum of 3 drives to implement

发布:2007-06-19 11:06:59 | 分类:基础知识 | 阅读:907 | 订阅本站 分享推荐

上一篇: RAID2工作原理图解及特点分析       下一篇:RAID4工作原理图解及特点分析

我要留言