Well, I just finished installing RAID on my 8400. I was conflicted just like you until I did a little research on my own. It turns out that the Intel SATA controller and comes with the 8400 will let you set up 2 RAIDs on one RAID array. I have 2 Seagate 160s in the array. For the first RAID, I created a 50 GB RAID-1. Then I created a RAID-0 for the balance of the HD space which amounted to roughly 200 GB. This is a best of both worlds setup. I have my OS and important data on the redundant (RAID-1) RAID and easily replaced stuff on the RAID-0 RAID. Because I chose to put the OS on the redundant RAID, I gave up some of the speed advantages of the RAID-0 since the first RAID you create gets the outside tracks of the disk and the OS has to go on the first RAID. But that's OK since I was really looking for redundancy in the first place and this lets me have it without halving all of my HD space. Intel says that you will see a performance benefit from the RAID-1 as well as the RAID-0 and my experience bears that out.
RAID5 is a combination - striping with parity (redundancy).
RAID0 offers the best performance, but poorest data integrity. RAID1 offers the lowest performance (slower than a single drive, actually) but best data integrity. RAID5 is a compromise - better performance than RAID1, better data integrity than RAID0.
To say RAID 1 is all about redundancy and not performance is a bit of a misnomer. It is correct for writing, because data must be written to both drives at the same time. On the other hand, when it comes to reading a RAID 1 should provide better performance then a single drive.
This is because pieces of the data is on both drives (just like in RAID 0). Let’s say you want to see blocks 1-6 in a sector. RAID 0 would read blocks 1,3 and 5 from one drive and 2, 4 and 6 from the other. Well, guess what? RAID 1 can do the same thing! The only difference is that with RAID 0 blocks 1, 3 and 5 are continuous but with RAID 1 it must skip over 2 and 4 to do the read the others.
Now that is the theory. I was wondering if anyone knows of some benchmark tests to show the read performance improvements of RAID 1. My guess is that when reading data RAID 0 is the fastest and RAID 1 is somewhere between it and a single drive; for writing data I would assume that RAID 1 and single drive are about tied with RAID 0 far ahead.
I am not too big of a fan of Intel's Matrix array just because it requires two logical partitions, but the more I think about it the more I think about the more sense it makes. The only real down side is that your free space is split into two different pools, but with today’s big drives that is almost a non-issue.
My plan will be to get an XPS with two 150 GB drives (I'm hoping they have a 10,000rpm 150 GB drive by the time I order). I will use the Matrix option to create one 100 GB RAID 1 array and another 100 GB RAID 0 array. I will then put/reinstall the OS along with all my important data on the RAID 1. I will install all my software, games and move the system PAGE file to the RAID 0. The RAID 0 area will also be a really nice place to work with large video files.
SteveP55419
106 Posts
0
March 8th, 2005 20:00
ejn63
9 Legend
•
87.5K Posts
0
March 8th, 2005 20:00
RAID1 is mirroring
RAID5 is a combination - striping with parity (redundancy).
RAID0 offers the best performance, but poorest data integrity. RAID1 offers the lowest performance (slower than a single drive, actually) but best data integrity. RAID5 is a compromise - better performance than RAID1, better data integrity than RAID0.
SteveP55419
106 Posts
0
March 8th, 2005 20:00
nyhunter
1 Rookie
•
87 Posts
0
March 9th, 2005 00:00
sphbecker
113 Posts
0
March 9th, 2005 01:00
To say RAID 1 is all about redundancy and not performance is a bit of a misnomer. It is correct for writing, because data must be written to both drives at the same time. On the other hand, when it comes to reading a RAID 1 should provide better performance then a single drive.
This is because pieces of the data is on both drives (just like in RAID 0). Let’s say you want to see blocks 1-6 in a sector. RAID 0 would read blocks 1,3 and 5 from one drive and 2, 4 and 6 from the other. Well, guess what? RAID 1 can do the same thing! The only difference is that with RAID 0 blocks 1, 3 and 5 are continuous but with RAID 1 it must skip over 2 and 4 to do the read the others.
Now that is the theory. I was wondering if anyone knows of some benchmark tests to show the read performance improvements of RAID 1. My guess is that when reading data RAID 0 is the fastest and RAID 1 is somewhere between it and a single drive; for writing data I would assume that RAID 1 and single drive are about tied with RAID 0 far ahead.
SteveP55419
106 Posts
0
March 9th, 2005 02:00
You might check this out: http://www.neoseeker.com/Articles/Hardware/Features/intelmatrixich6r/4.html.
sphbecker
113 Posts
0
March 9th, 2005 11:00
I am not too big of a fan of Intel's Matrix array just because it requires two logical partitions, but the more I think about it the more I think about the more sense it makes. The only real down side is that your free space is split into two different pools, but with today’s big drives that is almost a non-issue.
My plan will be to get an XPS with two 150 GB drives (I'm hoping they have a 10,000rpm 150 GB drive by the time I order). I will use the Matrix option to create one 100 GB RAID 1 array and another 100 GB RAID 0 array. I will then put/reinstall the OS along with all my important data on the RAID 1. I will install all my software, games and move the system PAGE file to the RAID 0. The RAID 0 area will also be a really nice place to work with large video files.