ridergroov said:
Hi folks. I'm trying to get the most performance out of my setup and
I'm wondering if the speed increase from using 2 drives in a RAID 0
array will be better performance than having my applications installed
on a seperate hard drive controller. Which should I do for speed?
Thanks.
RAID 0 is risky. It is the "striped for speed" option and
has no redundancy. If either disk fails, your data is lost,
and with the boot system on there, you cannot boot. RAID 0+1
or RAID 10 (they use four drives), gives speed and
reliability, but is complicated to run (when it breaks,
have fun figuring out what to do next). For desktop use,
I just don't see an up-side to RAID - more pain than anything
else, and needs backups just as much as a non-RAID system.
If you use RAID 0, you had better be doing backups every day.
There are a minimum of two disks, and if either fails, you'll
need your backup copy. The failure rate is higher.
Using one drive to hold your OS and apps, and using the second
drive for backups, is a lot safer, as then you have two copies.
Disconnecting the second drive (easy if the drive is in a USB
enclosure), reduces the wear and tear on the backup drive.
I used to have a computer with 7 drives on it, but after a
while the thrill wore off (too noisy). I had one drive failure
in there. I now stick to the "one drive, one backup" strategy.
The only time I'd consider RAID, might be if I was a video editor
or a Photoshop user, and I needed a fast array for streaming
raw video, or as a scratch while editing in Photoshop. Game
load times is a pretty poor excuse to be using RAID 0.
If you want real speed, work on reducing the seek time
of your storage system. I think you'd find a single
Raptor 10K RPM disk more impressive than a RAID 0
array. At least if you use a find command, without
a prebuilt index, the answer comes back a lot faster.
And compiling or any activity that visits a lot of
small files spread out over the disk, will also
complete faster.
Paul