Chinaunix首页 | 论坛 | 博客
  • 博客访问: 11509077
  • 博文数量: 8065
  • 博客积分: 10002
  • 博客等级: 中将
  • 技术积分: 96708
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-16 17:06
文章分类

全部博文(8065)

文章存档

2008年(8065)

分类: 服务器与存储

2008-05-27 13:08:51

0: Striped Disk Array without Fault Tolerance

Characteristics/Advantages

1. 0 implements a striped disk array, the data is broken down into blocks and each block is written to a separate disk drive

2. I/O performance is greatly improved by spreading the I/O load across many channels and drives

3. Best performance is achieved when data is striped across multiple controllers with only one drive per controller

4. No parity calculation overhead is involved

5. Very simple design

6. Easy to implement

Disadvantages

1. Not a “True” because it is NOT fault-tolerant

2. The failure of just one drive will result in all data in an array being lost

3. Should never be used in mission critical environments

Recommended Applications

1. Video Production and Editing

2. Image Editing

3. Pre-Press Applications

4. Any application requiring high bandwidth

Level 0 requires a minimum of 2 drives to implement

阅读(1264) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

pthread_create2011-09-09 11:19:04

为嘛看不到