- Joined
- Oct 19, 2007
- Messages
- 8,262 (1.31/day)
Processor | Intel i9 9900K @5GHz w/ Corsair H150i Pro CPU AiO w/Corsair HD120 RBG fan |
---|---|
Motherboard | Asus Z390 Maximus XI Code |
Cooling | 6x120mm Corsair HD120 RBG fans |
Memory | Corsair Vengeance RBG 2x8GB 3600MHz |
Video Card(s) | Asus RTX 3080Ti STRIX OC |
Storage | Samsung 970 EVO Plus 500GB , 970 EVO 1TB, Samsung 850 EVO 1TB SSD, 10TB Synology DS1621+ RAID5 |
Display(s) | Corsair Xeneon 32" 32UHD144 4K |
Case | Corsair 570x RBG Tempered Glass |
Audio Device(s) | Onboard / Corsair Virtuoso XT Wireless RGB |
Power Supply | Corsair HX850w Platinum Series |
Mouse | Logitech G604s |
Keyboard | Corsair K70 Rapidfire |
Software | Windows 11 x64 Professional |
Benchmark Scores | Firestrike - 23520 Heaven - 3670 |
I have compiled a list of RAID arrays so that people are more aware of what each one does and if it would be useful for them. I will provide advantages and disadvantages of each RAID array given. First, a brief history about RAID.
History of RAID: The idea of RAID (Redundant Array of Inexpensive [or independent] Disks) was designed as a fix to a problem of bestowing a high capacity storage combined with data availability and redundancy. In the past when hard drives capacities were limited and higher capacity drives were expensive, RAID offered little data protection and redundancy. Compounding the problem, CPU processor performance was increasing at an exponential rate, while disk subsystems were quickly falling behind and creating a bottleneck for server performance.
Back in 1988, a few researchers from the University of California-Berkeley came up with a set of guidelines for the original implementation of RAID. These guidelines would be referred to as RAID-1 through RAID-6. The various RAID levels do NOT mean that RAID 6 would be better than say RAID-1 or RAID-5. Your needs will determine what RAID level is best for your current situation.
Now, when using RAID, it’s recommended to use the same size drives. You can in fact, use various size drives in any given array, but the array will take the form of the smallest hard drive and the rest of the unallocated space on the larger hard drive will not be use and in fact just be a waste. For example, if you wanted to setup a RAID-0 array, it's recommended to have a minimum of two drives of the same size such as 2x80GB. Whenever using any RAID array, the array will combine the number of drives you are using and make it one entire drive. So if you were to RAID-0 2x80GB hard drives, this would make a 160GB hdd. (Will be less when you factor in the formatting)
RAID-0 - Data Striping w/out parity– 2 disk minimum:
Provides improved performance to that of a single, non-RAID-0 drive, and provides additional storage space to work with. This RAID array breaks down the information stored on the hard drive into blocks which are stored on each corresponding RAID-0 hard drive.
Array size: Size of Smallest Drive x Number of Drives
Advantages: This particular array is the easiest to implement, cheapest to implement, and most all controllers will support the use of RAID-0. Can make boot times quicker and make applications load faster.
Disadvantages: Not fault tolerant. In other words if one drive fails, all data is lost.
Recommendation: Do not use it in an environment where data is of the utmost importance such as a law firm or school corporation. If you implement this array, it is HIGHLY recommended that you schedule daily or weekly backup. (Preferably every couple of days or whenever you add new data) I would not use more than four drives either because you run the risk of losing data. One is better off to install RAID-0 in an environment that where applications require a high amount of performance such as gaming or working with digital imaging. Backup is required so that way if one (or all) drives fail, you can recover from the failure.
RAID-1 – Mirroring & Duplexing – 2 disk minimum without parity:
Set of two disks or more that more or less mirror one another. Meaning the data being written to the primary disk it is being duplicated on the secondary disk (or all other disks in the array). Data is written to all disks at the same time and can be read from each disk separately. Thus enhancing read time. The transfer rate per written block is equal to that of a single disk. If the primary disk in the array fails, the array can be configured to use the mirrored copy on one of the other disks in the array until you can replace the failed hard drive. After which, the data can be restored into the new drive from the other remaining drives in the array. This is NOT a substitute for backups.
Array size: takes the size of the smallest drive.
Advantages: 100% redundant. In other words if a single drive is lost to a failure, you will not lose data. RAID-1 can withstand multiple drive failures. RAID-1 is another simple array setup to implement.
Disadvantages: One of the lease efficient RAID arrays.
Recommendation: Best used in an environment that requires high read performance such as accounting, company payroll, or financial situations. You are still highly recommended to backup your data.
RAID-2 – Hamming Code ECC – 1 or more disks:
This RAID array performs disk striping at the bit level. The error-checking and correction can only be supported with a certain kind of hard drive. When a hard drive read occurs, the data on the drive is checked with the ECC codes to establish that everything is correct. If it happens to be incorrect, the data is corrected on the “fly”.
Array size: Varies
Advantages: Fault tolerant, “on the fly” data correction, high data transfers, simpler RAID design compared to RAID-3, 4, and 5.
Disadvantages: Not commercially available, high entry level cost, and it requires a high transfer rate.
Recommendation: Best left for business purposes.
RAID-3 – Parallel Transfer (Striping) with Parity – 3 disk minimum:
Data is divided amongst and written to the separate hard drives. The parity is generally made on writes, written to the parity drive, and checked on the read. If a disk happens to fail, then the data is restored across the striped array using the parity information that was written to one of the other hard drives. The performance of the disk reads in RAID-3 is that of a RAID-0 implementation. If you add more drives to increase the total size of the RAID-3 array, then the parity size of the drive must also be increased so that it can match or surpass the physical size of the individual array drives.
Array size: Size of Smallest Drive x Number of Drives - 1
Advantages: Fault tolerant, high read and write of data transfer, disk failure has an exiguous amount of impact, and has a high efficiency.
Disadvantages: Difficult and resource intensive if used in software RAID, complex, and the transaction rate is equal to a single hard drive (so long as the spindles are in sync)
Recommendation: Video production and or live streaming, Editing of Image and Video and any other application requiring high throughput/best for applications that require sequential data reads.
RAID-4 – Independent Data Disks w/ Shared Parity – 3 disk minimum:
It is similar to RAID-3 in that it contains a number of striped disks and it has a separate parity disk. However, the size of the striping block is bigger to reconcile more data. This is what makes RAID-4 similar to RAID-3 in that it has basically the same implementation, but it removes the bottlenecks that affected the transactional data in RAID-3.
Array size: Size of Smallest Drive x Number of Drives – 1
Advantages: High read rate, high aggregate read, Low parity (high efficiency)
Disadvantages: The worst write rate, worst write aggregate rate, difficult to rebuild in the event of a hard drive failure, block read rate is that of a single disk, not commercially available
Recommendation: Not a recommended use. There are better options to choose from.
RAID-5 – Striping with Parity – 3 disk minimum:
This is the most widely used RAID array used today. What RAID-5 does is the parity information gets distributed amongst all drives within the array unlike RAID-3 or 4. A certain amount of total disk space becomes unavailable on the array so that the parity data can be written to disk. Usually, the amount of drive space given for parity information is equal to the size of one entire drive in the array. Example, an array of 4x10GB drives would give you approximately 30GB of space for your data while the left over 10GB would be reserved for the parity information.
Array size: Size of Smallest Drive x Number of Drives - 1
Advantages: Fault tolerant, read speeds are quite high, high efficiency, good transfer rate
Disadvantages: Disk failure has a medium impact on the array (meaning you can only sustain one drive failure at a given time), has the most complex design, difficult to rebuild after a disk failure
Recommendation: File servers, database servers, Web servers, Email servers, Intranet servers, etc.
RAID-6 – Striping with Double Parity – 4 disk minimum plus a proprietary RAID controller:
RAID-6 is the exact same thing as RAID-5, but it offers double the parity of RAID-5 so that way you can sustain a two disk failure and still retain your data.
Array size: Size of Smallest Drive x Number of Drives - 2
Advantages: Fault tolerant, can sustain a two disk failure, perfect for a mission critical environment
Disadvantages: More complex, controller overhead for the parity is very high,
Recommendation: File servers, database servers, Web servers, Email servers, Intranet servers, etc.
Please note that neither RAID array is a preventative from doing regular backups. Backups are still highly recommended in case of an unforeseeable event.
History of RAID: The idea of RAID (Redundant Array of Inexpensive [or independent] Disks) was designed as a fix to a problem of bestowing a high capacity storage combined with data availability and redundancy. In the past when hard drives capacities were limited and higher capacity drives were expensive, RAID offered little data protection and redundancy. Compounding the problem, CPU processor performance was increasing at an exponential rate, while disk subsystems were quickly falling behind and creating a bottleneck for server performance.
Back in 1988, a few researchers from the University of California-Berkeley came up with a set of guidelines for the original implementation of RAID. These guidelines would be referred to as RAID-1 through RAID-6. The various RAID levels do NOT mean that RAID 6 would be better than say RAID-1 or RAID-5. Your needs will determine what RAID level is best for your current situation.
Now, when using RAID, it’s recommended to use the same size drives. You can in fact, use various size drives in any given array, but the array will take the form of the smallest hard drive and the rest of the unallocated space on the larger hard drive will not be use and in fact just be a waste. For example, if you wanted to setup a RAID-0 array, it's recommended to have a minimum of two drives of the same size such as 2x80GB. Whenever using any RAID array, the array will combine the number of drives you are using and make it one entire drive. So if you were to RAID-0 2x80GB hard drives, this would make a 160GB hdd. (Will be less when you factor in the formatting)
RAID-0 - Data Striping w/out parity– 2 disk minimum:
Provides improved performance to that of a single, non-RAID-0 drive, and provides additional storage space to work with. This RAID array breaks down the information stored on the hard drive into blocks which are stored on each corresponding RAID-0 hard drive.
Array size: Size of Smallest Drive x Number of Drives
Advantages: This particular array is the easiest to implement, cheapest to implement, and most all controllers will support the use of RAID-0. Can make boot times quicker and make applications load faster.
Disadvantages: Not fault tolerant. In other words if one drive fails, all data is lost.
Recommendation: Do not use it in an environment where data is of the utmost importance such as a law firm or school corporation. If you implement this array, it is HIGHLY recommended that you schedule daily or weekly backup. (Preferably every couple of days or whenever you add new data) I would not use more than four drives either because you run the risk of losing data. One is better off to install RAID-0 in an environment that where applications require a high amount of performance such as gaming or working with digital imaging. Backup is required so that way if one (or all) drives fail, you can recover from the failure.
RAID-1 – Mirroring & Duplexing – 2 disk minimum without parity:
Set of two disks or more that more or less mirror one another. Meaning the data being written to the primary disk it is being duplicated on the secondary disk (or all other disks in the array). Data is written to all disks at the same time and can be read from each disk separately. Thus enhancing read time. The transfer rate per written block is equal to that of a single disk. If the primary disk in the array fails, the array can be configured to use the mirrored copy on one of the other disks in the array until you can replace the failed hard drive. After which, the data can be restored into the new drive from the other remaining drives in the array. This is NOT a substitute for backups.
Array size: takes the size of the smallest drive.
Advantages: 100% redundant. In other words if a single drive is lost to a failure, you will not lose data. RAID-1 can withstand multiple drive failures. RAID-1 is another simple array setup to implement.
Disadvantages: One of the lease efficient RAID arrays.
Recommendation: Best used in an environment that requires high read performance such as accounting, company payroll, or financial situations. You are still highly recommended to backup your data.
RAID-2 – Hamming Code ECC – 1 or more disks:
This RAID array performs disk striping at the bit level. The error-checking and correction can only be supported with a certain kind of hard drive. When a hard drive read occurs, the data on the drive is checked with the ECC codes to establish that everything is correct. If it happens to be incorrect, the data is corrected on the “fly”.
Array size: Varies
Advantages: Fault tolerant, “on the fly” data correction, high data transfers, simpler RAID design compared to RAID-3, 4, and 5.
Disadvantages: Not commercially available, high entry level cost, and it requires a high transfer rate.
Recommendation: Best left for business purposes.
RAID-3 – Parallel Transfer (Striping) with Parity – 3 disk minimum:
Data is divided amongst and written to the separate hard drives. The parity is generally made on writes, written to the parity drive, and checked on the read. If a disk happens to fail, then the data is restored across the striped array using the parity information that was written to one of the other hard drives. The performance of the disk reads in RAID-3 is that of a RAID-0 implementation. If you add more drives to increase the total size of the RAID-3 array, then the parity size of the drive must also be increased so that it can match or surpass the physical size of the individual array drives.
Array size: Size of Smallest Drive x Number of Drives - 1
Advantages: Fault tolerant, high read and write of data transfer, disk failure has an exiguous amount of impact, and has a high efficiency.
Disadvantages: Difficult and resource intensive if used in software RAID, complex, and the transaction rate is equal to a single hard drive (so long as the spindles are in sync)
Recommendation: Video production and or live streaming, Editing of Image and Video and any other application requiring high throughput/best for applications that require sequential data reads.
RAID-4 – Independent Data Disks w/ Shared Parity – 3 disk minimum:
It is similar to RAID-3 in that it contains a number of striped disks and it has a separate parity disk. However, the size of the striping block is bigger to reconcile more data. This is what makes RAID-4 similar to RAID-3 in that it has basically the same implementation, but it removes the bottlenecks that affected the transactional data in RAID-3.
Array size: Size of Smallest Drive x Number of Drives – 1
Advantages: High read rate, high aggregate read, Low parity (high efficiency)
Disadvantages: The worst write rate, worst write aggregate rate, difficult to rebuild in the event of a hard drive failure, block read rate is that of a single disk, not commercially available
Recommendation: Not a recommended use. There are better options to choose from.
RAID-5 – Striping with Parity – 3 disk minimum:
This is the most widely used RAID array used today. What RAID-5 does is the parity information gets distributed amongst all drives within the array unlike RAID-3 or 4. A certain amount of total disk space becomes unavailable on the array so that the parity data can be written to disk. Usually, the amount of drive space given for parity information is equal to the size of one entire drive in the array. Example, an array of 4x10GB drives would give you approximately 30GB of space for your data while the left over 10GB would be reserved for the parity information.
Array size: Size of Smallest Drive x Number of Drives - 1
Advantages: Fault tolerant, read speeds are quite high, high efficiency, good transfer rate
Disadvantages: Disk failure has a medium impact on the array (meaning you can only sustain one drive failure at a given time), has the most complex design, difficult to rebuild after a disk failure
Recommendation: File servers, database servers, Web servers, Email servers, Intranet servers, etc.
RAID-6 – Striping with Double Parity – 4 disk minimum plus a proprietary RAID controller:
RAID-6 is the exact same thing as RAID-5, but it offers double the parity of RAID-5 so that way you can sustain a two disk failure and still retain your data.
Array size: Size of Smallest Drive x Number of Drives - 2
Advantages: Fault tolerant, can sustain a two disk failure, perfect for a mission critical environment
Disadvantages: More complex, controller overhead for the parity is very high,
Recommendation: File servers, database servers, Web servers, Email servers, Intranet servers, etc.
Please note that neither RAID array is a preventative from doing regular backups. Backups are still highly recommended in case of an unforeseeable event.