RE: What would you do with 8 disks?

From: <Joel.Patterson_at_crowley.com>
Date: Wed, 8 Apr 2009 08:47:16 -0400
Message-ID: <0684DA55864E404F8AD2E2EBDFD557DA029528E9_at_JAXMSG01.crowley.com>


I am for RAID 10, and only wish to point out that there is a difference between 10 and 01. One is a mirrored stripe, and the other is a stripped mirror.

10 is striped first and then mirrored (a mirrored stripe), and 01 is mirrored first and then stripped (a striped mirror).

01 - Striping is implemented in the lowest position, meaning from a group of drives. A stripe is formed and then two such stripes are mirrored resulting in a logical drive. (The loss of any drive makes the entire stripe invalid and the stripe is detached from the mirror pair. When the failed disk is replaced, the entire stripe must be brought up to date).

10 - Mirroring is implemented at the lowest position. A group of mirrored drives is used to create a stripe. (If a disk fails in a striped mirror layout, only the failing disk is detached, and only that portion of the volume loses redundancy. When the disk is replaced, only a portion of the volume needs to be recovered. Mirrored drives are independent units. When a disk is lost, it affects only one mirrored pair).

Compared to a mirrored-stripe, a striped-mirror offers more tolerance to disk failure. If a disk failure occurs, the recovery time is shorter for a striped-mirror layout. (Thus 10 is superior to 01).

  • From Oracle 10g Grid & Real Application Clusters, Mike Ault, Madhu Tumma.

Joel Patterson
Database Administrator
904 727-2546

-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Guillermo Alan Bort Sent: Wednesday, April 08, 2009 12:06 AM To: david.best_at_gmail.com
Cc: oracle-l
Subject: Re: What would you do with 8 disks?

If these are 8 external disks, then RAID 0+1 is the best choice (IMHO) since you have both performance and redudnacy. RAID5 should only be used with SAN boxes, which use it whether you like it or not. and OS can be on RAID1 if you need redundancy... I/O on those fs is not *that* critical anyway.

hth
Alan Bort
Oracle Certified Professional

On Wed, Apr 8, 2009 at 12:47 AM, dave <david.best_at_gmail.com> wrote:
> Hey all,
>
> If you had 8 disks in a server what would you do?  From watching this
> list I can see alot of people using RAID 5 but i'm wary of the
> performance implicatons.  (http://www.miracleas.com/BAARF/)
>
> I was thinking maybe RAID 5 (3 disks) for the OS, software and
> backups.   RAID 10 (4 disks + 1 hot spare) for the database files.
>
> Any thoughts?
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l


--
http://www.freelists.org/webpage/oracle-l
Received on Wed Apr 08 2009 - 07:47:16 CDT

Original text of this message