Unsolved
This post is more than 5 years old
113 Posts
0
8303
March 8th, 2005 19:00
RAID 0 vs 1
I have always heard that RAID 0 is for performance and RAID 1 is for reliability, but it may not be as clear cut as that.
I read in a Adaptec Controller manual that RAID 1 offers an increased performance (compared to a single drive) when reading data because it can read the data in stripes from both drives at once (just because your file is on both drives in full does not mean it has to read the entire thing from one drive while the other spins idle). Write performance for RAID 1 is no better (perhaps even slightly worse) then the slower of the two drives in your array.
I was wondering if anyone knew if the SATA RAID controller build into the motherboard of the 8400 and XPS was sophisticated enough to read RAID 1 arrays in stripes? I noticed that Dell does not even offer the 10,000k drive in a RAID 1 option.
I read in a Adaptec Controller manual that RAID 1 offers an increased performance (compared to a single drive) when reading data because it can read the data in stripes from both drives at once (just because your file is on both drives in full does not mean it has to read the entire thing from one drive while the other spins idle). Write performance for RAID 1 is no better (perhaps even slightly worse) then the slower of the two drives in your array.
I was wondering if anyone knew if the SATA RAID controller build into the motherboard of the 8400 and XPS was sophisticated enough to read RAID 1 arrays in stripes? I noticed that Dell does not even offer the 10,000k drive in a RAID 1 option.
Does anyone know of a good benchmark comparing the XPS with a single drive, RAID 0 and RAID 1?
0 events found
No Events found!


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.