Is using two drives setup as a RAID 0 array, a wise move for Internet
browsing/E-mail/Photo editing/Video editing/Database work/Software
development, etc.? Even with a good backup strategy? Or would the
small-drive-big-drive be a better and safer combination? Or is it simply a
personal choice of sacrificing reliability for speed?
@drian.
Internet browsing makes little difference, but if you really want that
faster move the temporary files to a ramdrive.
Email, again no significant difference but I think a ramdrive might be
a very very bad idea for message storage.
Photo editing, depends on the system. For HUGE photos, on a machine
that doesn't have enough memory, a RAID0 would help not only for the
swap/paging file, but for the temporary files. Far better to just get
enough memory though, and if speed is more important than risk (or if
you are disciplined and save work regularly, again a ramdrive is
better for temporary files.
Video Editing- depends on what you're doing... If it's high-res,
uncompressed video, it could help to use RAID0, but if you only have
two drives and are doing multi-pass editing, have both an uncompressed
(or low-compression) source and destination, it's faster to use two
single drives, one for source and other for destination. With one
uncompressed and one compressed, it can vary, especially considering
the amount of processing to be done. If you capture (or transfer via
firewire) a compressed format, edit and save in compressed format, it
makes little difference, RAID has insignificant gain unless the
processing is minimal, like cutting out or adding segments, adding
audio tracks, etc.
For databases it depends on how large... most people don't have
databases anywhere near large enough to benefit, and most corporations
aren't going to be storing a large database on a RAID 0.
Software development- You tell us, are you doing anything with HUGE
files? If not, no significant benefit.
My take on RAID 0 is that it should never be used if you don't also
have enough additional storage to easily move the data around if/when
necessary. The more work you do with uncompressed video, the more
beneficial it'll be, but beyond that it's not worthwhile.
Also consider that it depends on bus used to implement the array. If
it's a RAID card sitting on the PCI bus, other devices will be in
contention for bandwidth, and there'll be higher latency. AFAIK,
SATA RAID integrated into a southbridge is the only way to get really
good all-around performance from RAID 0 with smaller files.
Dave