Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RAID 5 vs RAID 10 benchmark

Re: RAID 5 vs RAID 10 benchmark

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Thu, 16 Dec 2004 11:04:10 +0100
Message-ID: <cprmib$q43$1@news1.zwoll1.ov.home.nl>


Jonathan Lewis wrote:
> Sorry about the delay in replying. Two weeks
> out of the country, and lots to catch up on.
>
> I rarely get the numbers right, but a fixed parity
> disk is either RAID-3 or RAID-4. When you
> move to RAID-5, I believe the parity is described
> as 'block-level rotating parity', so every disc gets
> a fair share.
>
> A pattern across five disc would look something
> like the following (where D = data and P = parity
> block).
>
> D D D D P
> D D D P D
> D D P D D
> D P D D D
> P D D D D
>

RAID-3 as well as 4 have a fixed parity disk. You are correct about RAID-5.

In addition to the redundancy in data, the Hamming codes used for parity calculations, can recreate the missing parity bit from remaining disks, thus allowing one disk to go bad.
However, 2 bits cannot be recalculated
(aka when 2 disks go bad: failure).

For other definitions, benefits and drawbacks, these are nice:
http://www.uni-mainz.de/~neuffer/scsi/what_is_raid.html http://www.acnc.com/04_01_03.html
Last link has RAID10, too, the first has not

-- 
Regards,
Frank van Bortel
Received on Thu Dec 16 2004 - 04:04:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US