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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: RAID 1 or 10 for Oracle redo/control files?

RE: RAID 1 or 10 for Oracle redo/control files?

From: Jesse, Rich <Rich.Jesse_at_qtiworld.com>
Date: Mon, 2 Feb 2004 13:24:08 -0600
Message-ID: <FBE1FCA40ECAD41180400050DA2BC54004E9367D@qtiexch2.qgraph.com>


<blush> Yes, my mistake in transcribing. I've proposed *four* disks -- two sets of RAID-1, alternating the redos.

Rich

Rich Jesse                        System/Database Administrator
rich.jesse_at_qtiworld.com           Quad/Tech International, Sussex, WI USA


-----Original Message-----
From: Tanel Poder [mailto:tanel.poder.003_at_mail.ee] Sent: Monday, February 02, 2004 12:53 PM To: oracle-l_at_freelists.org
Subject: Re: RAID 1 or 10 for Oracle redo/control files?

> I've been asked to prove why the Redos shouldn't be RAID 10, because the
> striping should allow for faster writes. I remember reading that this was
> nullified by the sequential nature of the writes, but I can't remember
where
> I saw this.

Well, if you have all the logs on since RAID 10, then the IOs caused by archiving a log will be disturbing LGWR writes (causing lot's of extra head movement for disks). This means occassional performance degradation for both ARCH and LGWR processes.
But if you have spread your odd redos to one disk set and even ones to another set, then the archiver can copy away the logs without disturbing LGWR at all.

This is feasible approach for environments where disk IO on redolog spindles is the bottleneck (btw, your SANs cache may relieve this issue a lot if configured properly).

Tanel.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Feb 02 2004 - 13:24:08 CST

Original text of this message

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