RAID 1.5 With IDE: Added Value Or Eyewash?
RAID 1.5 From HighPoint: Striping With Parity Data
In theory, the read operation should be almost as quick as they are with a RAID 0. Running in some kind of striping mode, both hard drives are read from simultaneously.
Writing should not give us any improvement, as data still has to be written onto both drives in order to read in a sripe-mode.
In the worst-case scenario, a hard drive gives up the ghost while the system would still run with the second (imaged) drive. The only disadvantage is that all read data has to be taken from only one drive now.
Basically, this method should be as quick at sequentially reading as RAID 0, while writing should be equally fast than with RAID 1.
Stay On the Cutting Edge: Get the Tom's Hardware Newsletter
Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.
Current page: RAID 1.5 From HighPoint: Striping With Parity Data
Prev Page RAID 15 And RAID 1.5 In Detail Next Page Test Setup-
lifeisstudy So RAID 1.5 won't work because the heads of the disk still need to move to the next data block to read... If you skip blocks, you still have to move past them.Reply
What about RAID 1.5 with Solid State disks. You have nothing to move, yet you can double your read speed with mirroring. Sounds perfect for server caches.