ITPub博客

首页 > Linux操作系统 > Linux操作系统 > RAID1工作原理图解及特点分析

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

原创 Linux操作系统 作者:exway 时间:2007-12-30 15:39:02 0 删除 编辑
RAID1: Mirroring and Duplexing

Characteristics/Advantages

1. One Write or two Reads possible per mirrored pair

2. Twice the Read transaction rate of single disks, same Write transaction rate as single disks

3. 100% redundancy of data means no rebuild is necessary in case of a disk failure, just a copy to the replacement disk

4. Transfer rate per block is equal to that of a single disk

5. Under certain circumstances, RAID 1 can sustain multiple simultaneous drive failures

6. Simplest RAID storage subsystem design

Disadvantages

1. Highest disk overhead of all RAID types (100%) - inefficient

2. Typically the RAID function is done by system software, loading the CPU/Server and possibly degrading throughput at high activity levels. Hardware implementation is strongly recommended

3. May not support hot swap of failed disk when implemented in “software”

Recommended Applications

1. Accounting

2. Payroll

3. Financial

4. Any application requiring very high availability

For Highest performance, the controller must be able to perform. two concurrent separate Reads per mirrored pair or two duplicate Writes per mirrored pair.

RAID Level 1 requires a minimum of 2 drives to implement

RAID1.gif

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12557315/viewspace-63485/,如需转载,请注明出处,否则将追究法律责任。

请登录后发表评论 登录
全部评论

注册时间:2007-12-29

  • 博文量
    21
  • 访问量
    30718