What RAID Cannot Do

Status
Not open for further replies.

Ste

Do not Stare at my Avatar
Messages
9,578
Location
Upon Gleaning Infinity
"What RAID Cannot Do
RAID cannot protect the data on the array. A RAID array has one file system. This creates a single point of failure. A RAID array's file system is vulnerable to a wide variety of hazards other than physical disk failure, so RAID cannot defend against these sources of data loss. RAID will not stop a virus from destroying data. RAID will not prevent corruption. RAID will not save data from accidental modification or deletion by the user. RAID does not protect data from hardware failure of any component besides physical disks. RAID does not protect data from natural or man made disaster such as fires and floods. To protect data, data must be backed up to removable media, such as DVD, tape, or an external hard drive, and stored in an off site location. RAID alone will not prevent a disaster, when (not if) it occurs, from turning into data loss. Disaster is not preventable, but backups allow data loss to be prevented.
RAID cannot simplify disaster recovery. When running a single disk, the disk is usually accessible with a generic ATA or SCSI driver built into most operating systems. However, most RAID controllers require specific drivers. Recovery tools that work with single disks on generic controllers will require special drivers to access data on RAID arrays. If these recovery tools are poorly coded and do not allow providing for additional drivers, then a RAID array will probably be inaccessible to that recovery tool.
RAID cannot provide a performance boost in all applications. This statement is especially true with typical desktop application users and gamers. Most desktop applications and games place performance emphasis on the buffer strategy and seek performance of the disk(s). Increasing raw sustained transfer rate shows little gains for desktop users and gamers, as most files that they access are typically very small anyway. Disk striping using RAID-0 increases linear transfer performance, not buffer and seek performance. As a result, disk striping using RAID-0 shows little to no performance gain in most desktop applications and games, although there are exceptions. For desktop users and gamers with high performance as a goal, it is better to buy a faster, bigger, and more expensive single disk than it is to run two slower/smaller drives in RAID-0. Even running the latest, greatest, and biggest drives in RAID-0 is unlikely to boost performance more than 10%, and performance may drop in some access patterns, particularly games.
RAID is not readily moved to a new system. When using a single disk, it is relatively straightforward to move the disk to a new system. Simply connect it to the new system, provided it has the same interface available. However, this is not so easy with a RAID array. A RAID BIOS must be able to read metadata from the array members in order to successfully construct the array and make it accessible to an operating system. Since RAID controller makers use different formats for their metadata (even controllers of different families from the same manufacturer may use incompatible metadata formats) it is virtually impossible to move a RAID array to a different controller. When moving a RAID array to a new system, plans should be made to move the controller as well. With the popularity of motherboard integrated RAID controllers, this is extremely difficult to accomplish. Generally, it is possible to move the RAID array members and controllers as a unit, and software RAID in Linux and Windows Server Products can also workaround this limitation, but software RAID has other limitations (mostly performance related). "

Near the Bottom

I thought this to be interesting, Especially Since a vast majority of People have misconceptions about RAID. Enjoy the Read.
 
I didn't read the whole thing but; RAID0 decreases the time it takes to load games up, which I didn't see mentioned in your bit about no real world performance increase.

And people, don't start jumping on the Raptor FTW.

8mb raptor and a RAID 0 array
RAID0.JPG
 
^ I have two Raptors in RAID 0, I don't even see the loading screen in WolfET anymore. And when playing HL2, the "loading" thing shows for like 2 seconds. :p

Yeah I'll agree that when I had one raptor installed, a 7200rpm 250gb x 2 RAID 0 was faster but this RAID 0 of Raptors just obliterates anything I've used before.
 
Trifid said:
I didn't read the whole thing but; RAID0 decreases the time it takes to load games up, which I didn't see mentioned in your bit about no real world performance increase.

And people, don't start jumping on the Raptor FTW.

8mb raptor and a RAID 0 array
RAID0.JPG

Well they did mention gamming. This is according to Wiki.


If I ever had the money. I would
Couple Hundred SCSI Drives in RAID 100.
That == pwnt.
-Drool- Hrmmm RAID 100. -Drool-
 
wiki
RAID 5 implementations suffer from poor performance when faced with a workload which includes many writes which are smaller than the capacity of a single stripe

It wouldn't be my choice of RAID. I don't know all the RAIDs but I think it is the slowest one for writing.
 
Status
Not open for further replies.
Back
Top Bottom