当前位置:网站首页>RAID disk array
RAID disk array
2022-08-05 02:18:00 【@[email protected]】
RAID磁盘阵列
RAID磁盘阵列是Redundant Array of Independent Disks的缩写,Chinese abbreviation is independent 冗余磁盘阵列.
磁盘阵列
Combine multiple independent hard disks into a large-capacity hard disk group.According to different methods, the hard disk group can achieve a higher block read and write speed,和更高的安全性.
RAID0磁盘阵列
raid0Disk array commonly known as“条带”It consists of at least two disks,a logical disk.Disk capacity is the sum of all disk capacities.Operations that can be written in parallel,All write speeds are high,But there is no redundancy of disk data in this way,Therefore, the security is low,Once one of the disks is damaged,All data is lost.
RAID0Disk array diagram
raid0磁盘阵列优点
1.所有RAIDRead and write performance is the highest
2.100%disk space utilization
raid0Disk array disadvantages
不提供数据冗余保护,一旦数据损坏,将无法恢复.
安全性低.
RAID1磁盘阵列
RAID1俗称“镜像”顾名思义,raid1Disk arrays are like mirrors,Data can be redundant.这使得raid1A disk array requires at least two disks,because of redundancy,Therefore, the security is high,But it also reduces disk utilization by only the total amount of disk50%.
Raid1Only two hard disk groups are supportedraid 阵列,The actual capacity is only the capacity of the smallest hard drive.这是因为raid1And nothing about storage performance there any improvement,It just improves the security of the data.Consists of two hard drivesraid1阵列中,The number of each hard disk It's all exactly the same,The two hard disks are mirror images of each other,所以在raid1阵列中,Damage any hard disk,The data can be read normally.
RAID1Disk array diagram
RAID1磁盘阵列优点
1.所有的RAID中安全性最高,Even if half of the disks fail,仍能正常运转.
2.Mirror disks are not all failed,数据就不会丢失.
RAIDDisk array disadvantages
1.磁盘空间利用率为50%,Half of the space is used to store redundant data.
2.成本高.
RAID5磁盘阵列
It consists of at least three disks,它将数据分散存储于阵列中的每个硬盘,And also accompanied by a data 校验位,数据位与校验位通过算法能相互验证,当丢失其中的一位时,RAID 控制器 能通过算法,利用其它两位数据将丢失的数据进行计算还原.
Raid5The technology of hard disk partitioning is adopted,At least three hard drives are required 组建raid5阵列,It has no data redundancy,Instead, the data parity is stored on each hard disk, One of the hard drives is used as a spare,Support online replacement.Raid5Allow a hard drive to be damaged or offline,这时 The candidate array can still be read,But in a degraded state,需要重建.
RAID5Disk array diagram
RAID5磁盘阵列优点
1.允许1physical disk failed,而不丢失数据.
2.Read performance is relatively high,磁盘空间利用率大于RAID 10.
RAID5Disk array disadvantages
1.Write performance is relatively low.
2.重建数据时,性能会受到较大的影响
RAID6磁盘阵列
是在 RAID5 的基础上改良而成的,RAID6 再将数据校验位增加一位,So damage is allowed The number of hard drives is also determined RAID5 的一个增加到二个.Because of the possibility that two hard drives in the same array are damaged at the same time rate is very low,所以,RAID6 用增加一块硬盘的代价,换来了比 RAID5 更高的数据安全 性.
RAID6Disk array diagram
RAID6磁盘阵列优点
1.允许2physical disk failed,而不丢失数据.
2.读取性能较高,磁盘空间利用率大于RAID 10.
RAID6Disk array disadvantages
成本高于RAID 5,写入性能较低(低于RAID 5).
RAID10磁盘阵列
是先将数据进行镜像操作,然后再对数据进行分组
至少要四块盘,两块做 raid0,The other two 做 raid1,RAID 10 对存储容量的利用率和 RAID 1 一样低,只有 50%..Raid1+0 方 case caused 50%的磁盘浪费,但是它提供了 200%的速度和单磁盘损坏的数据安全性, 并且当同时损坏的磁盘不在同一 Raid1 中,就能保证数据安全性、RAID 10 能提供比 RAID 5 更好的性能.
RAID10Disk array diagram
RAID10磁盘阵列优点
1.Read performance is second only toRAID 0.
2.Not all disks in a mirrored pair have failed,数据就不会丢失.
3.When half of the physical disks fail,still operate normally.
RAID10Disk array disadvantages
1.成本高.
2.磁盘空间利用率50%,Half of the space is used to store redundant data.
RAID01磁盘阵列
raid01与raid10The architectural order is just the opposite,raid01It is to do the strip first and then do the mirroring,This architecture is less secure than raid10,And both because ofIO数量一致.Read and write speeds are the same,hard disk used 数量也一致.
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-IZh3CGT6-1659593424886)(C:\Users\秦彦\AppData\Roaming\Typora\typora-user-images\image-20220804114820296.png)]
软raid和硬raid
软raid
软raid很简单,It is built by the operating systemraid阵列.软raidwill eat part of the hostCPU 资源用于raidArray overhead,such as data calculations.相比硬件raid,软raidAs long as the system supports that 可,成本较低.但是同样的,因为吃CPU,So faster than hardwareraid较慢,安全性也低.
No independentRAID控制卡,by the operating system and CPU来实现所有的RAID功能. 占用CPU资源,如果操作系统出现故障,则RAID信息会丢失,RAID功能将不可用. follow hardRAIDworse than performance,但成本低.
硬raid
硬件raidby specializedraid设备来实现的raid,一般是raid卡,Or integrated on the motherboardraid 功能.硬件raid有自己的raid控制器以及IO芯片,And some high endraidCards often also have batteries 以DRAM等硬件,Overall performance is more than softraid好一些的.And because of the hardwareraidIndependent of the operating system 统,安全性也相对较高.但是同样的,Because additional hardware is required,So the price is relatively high.
raid 功能.硬件raid有自己的raid控制器以及IO芯片,And some high endraidCards often also have batteries 以DRAM等硬件,Overall performance is more than softraid好一些的.And because of the hardwareraidIndependent of the operating system 统,安全性也相对较高.但是同样的,Because additional hardware is required,So the price is relatively high.
拥有独立的RAID控制卡,通过RAIDCards achieve allRAID功能,不占用CPU资源. 性能好,但成本高.
版权声明
本文为[@[email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/217/202208050214207412.html
边栏推荐
- EBS uses virtual columns and hint hints to optimize sql case
- C语言实现简单猜数字游戏
- the mechanism of ideology
- Greenplum Database Fault Analysis - Why Does gpstart -a Return Failure After Version Upgrade?
- 【genius_platform软件平台开发】第七十六讲:vs预处理器定义的牛逼写法!!!!(其他组牛逼conding人员告知这么配置来取消宏定义)
- 英特尔 XDC 2022 精彩回顾:共建开放生态,释放“基建”潜能
- Using OpenVINO to implement the flying paddle version of the PGNet inference program
- AI+小核酸药物|Eleven完成2200万美元种子轮融资
- 1349. 参加考试的最大学生数 状态压缩
- 力扣-二叉树的前序遍历、中序遍历、后序遍历
猜你喜欢
Transfer Learning - Distant Domain Transfer Learning
【OpenCV 图像处理2】:OpenCV 基础知识
KingbaseES V8 GIS data migration solution (2. Introduction to the capabilities of Kingbase GIS)
[Word] #() error occurs after Word formula is exported to PDF
【LeetCode刷题】-数之和专题(待补充更多题目)
Pisanix v0.2.0 发布|新增动态读写分离支持
2022了你还不会『低代码』?数据科学也能玩转Low-Code啦!
“嘀哩哩,等灯等灯”,工厂安全生产的提示音
LPQ (local phase quantization) study notes
【解密】OpenSea免费创造的NFT都没上链竟能出现在我的钱包里?
随机推荐
网络安全与元宇宙:找出薄弱环节
C学生管理系统 据学号查找学生节点
力扣-二叉树的前序遍历、中序遍历、后序遍历
【存储】曙光存储DS800-G35 ISCSI各映射LUN给服务器
MySQL3
dotnet 6 为什么网络请求不跟随系统网络代理变化而动态切换代理
Greenplum Database Fault Analysis - Why Does gpstart -a Return Failure After Version Upgrade?
如何模拟后台API调用场景,很细!
ExcelPatternTool: Excel表格-数据库互导工具
转:查尔斯·汉迪:你是谁,比你做什么更重要
[Word] #() error occurs after Word formula is exported to PDF
[Unity Entry Plan] Handling of Occlusion Problems in 2D Games & Pseudo Perspective
How to create an rpm package
1349. 参加考试的最大学生数 状态压缩
特殊矩阵的压缩存储
Exploding the circle of friends, Alibaba produced billion-level concurrent design quick notes are too fragrant
C学生管理系统 头添加学生节点
Pisanix v0.2.0 发布|新增动态读写分离支持
Understand the recommendation system in one article: Recall 06: Two-tower model - model structure, training method, the recall model is a late fusion feature, and the sorting model is an early fusion
优化Feed流遭遇拦路虎,是谁帮百度打破了“内存墙”?