Download the Tom's Hardware App from the App Store
The reference for current tech news
Yes No
Tom's Hardware > Forum > Storage > NAS/RAID > [Solved] Is there any chance that two drives not in raid will be faster Raid 0

[Solved] Is there any chance that two drives not in raid will be faster Raid 0

Forum Storage : NAS/RAID [Solved] Is there any chance that two drives not in raid will be faster Raid 0

Best answer from sminlal.

Word :    Username :           
 

In my limited testing it seems that two seperate drives without raid are working better for me then raid 0 with the same two drives.

My question is

Are the raid drives taking turns reading and writing?

Are the two independent drives both able to read and write at the same time?

I am able to load balance my setup easy because i run a virtual machine on one drive and the host on the other drive.

Each OS seems to prefer its own drive rather then sharing a drive in raid 0.

I have tried it with three drives (two VM's) also and get the same result.

Reply to alohascott
Register or log in to remove.
Best answer

To get the best performance out of multiple drives you want to try to balance the I/O load across both of them as evenly as possible. In theory, if each drive is doing half of the total work then you'll get optimum performance.

RAID 0 does this by alternating I/O operations between two drives based on their logical block number. Depending on the stripe size, when you write data to RAID 0 sequentially it writes "n" blocks to one drive, then "n" blocks to the other drive, and so on.

But here's the rub: there are two different types of disk performance - sequential transfer rates and random access times. RAID-0 splitting the I/O load across two drives works really well for sequential I/O - but it can struggle just as badly as individual disks do under a random I/O load.

For example, if you're making a copy of a large file, the heads are going to have to move back and forth between the old and new files. That can cause head "thrashing" and reduce performance, even on RAID-0. But with two independent drives if you can arrange for the old file to be on one drive and the new file to be on the other drive than the copy can proceed without any head thrashing at all, and it can be much faster than you'd get on a RAID-0 volume.

So you can't just assume that RAID-0 is a slam-dunk to solve every performance issue. You have to choose your disk organization with a good understanding of what your workload is. If you're able to identify which files are active and put them on separate drives, there's a good chance you'll be better off than if they were part of a RAID-0 set.


Message edited by sminlal on 10-02-2011 at 11:18:55 AM
Reply to sminlal

This topic has been closed by Mousemonkey

------------------------------ http://img545.imageshack.us/img545/3995/bl11.gif
Reply to Mousemonkey
Register or log in to remove.
Tom's Hardware > Forum > Storage > NAS/RAID > [Solved] Is there any chance that two drives not in raid will be faster Raid 0
Go to:

There are 200 identified and unidentified users. To see the list of identified users, Click here.

  • Ask the community now
  • Publish
Ad
Latest best answer
Audio through DVI
By amite, 61 days ago:

Recently, I replaced my older Asus GT9600 card with the newer Asus GTX560. Now, at first...

They won a badge
Join us in greeting them
Top experts