RAID stands for Redundant Array of Inexpensive (Independent) Disks.
On most situations you will be using one of the following four levels of RAIDs.
In all the diagrams mentioned below:
![Raid 0 Example](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sseXhpxFTYkiFbOmVecGUmqZ0EjtDjuILNMT3MkAWH4H-IoZO94IsOBGBggNTydFl07WMVTf6ibxPsUJY0DIOe8eL9FFY_DX7L2ZarSY0riJ5R1IIaMNIJVipzK21b7pvV5scTObbS=s0-d)
Following are the key points to remember for RAID level 0.
Following are the key points to remember for RAID level 1.
![RAID 5 Example](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_u4mtv0tAWQ8yw1bmErof-8hju-6nX1spSs1i0pClYnQnZutJB9WatCW0_I8sxB6a-2PeEWvMcyXlL-SvihelJ9_9uqRThjI6_I-mqDDfxzQvUAgNfKldi7WuYoVT2lWLGQS2U5aBrA=s0-d)
Following are the key points to remember for RAID level 5.
![RAID 10](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_th9JVxkmNtd4jSCKrHCu29H7Yv6mraTlT2RXc0dXnQBXavl-e4IfWPGmmfgKlzhQ1Va7CGhAvzhFOTXeP8j9We1Y3PyeaIbVt4P5gGPUMvBpmyKfp8_NvdOtQQlzu5GZl19-1L0uqv=s0-d)
On most situations you will be using one of the following four levels of RAIDs.
- RAID 0
- RAID 1
- RAID 5
- RAID 10 (also known as RAID 1+0)
In all the diagrams mentioned below:
- A, B, C, D, E and F – represents blocks
- p1, p2, and p3 – represents parity
RAID LEVEL 0
Following are the key points to remember for RAID level 0.
- Minimum 2 disks.
- Excellent performance ( as blocks are striped ).
- No redundancy ( no mirror, no parity ).
- Don’t use this for any critical system.
RAID LEVEL 1
- Minimum 2 disks.
- Good performance ( no striping. no parity ).
- Excellent redundancy ( as blocks are mirrored ).
RAID LEVEL 5
Following are the key points to remember for RAID level 5.
- Minimum 3 disks.
- Good performance ( as blocks are striped ).
- Good redundancy ( distributed parity ).
- Best cost effective option providing both performance and redundancy. Use this for DB that is heavily read oriented. Write operations will be slow.
0 comments:
Post a Comment