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: Tuning RMAN backup and recovery

Re: Tuning RMAN backup and recovery

From: Greg Rahn <greg_at_structureddata.org>
Date: Fri, 16 Nov 2007 00:47:45 -0800
Message-ID: <a9c093440711160047q2d390886x55baeddab29d9da7@mail.gmail.com>


What are the disk stats during the backups (from iostat)? Some things I would investigate:

- are the target drives saturated?
- are the I/O channels saturated?
- do /rman and the db file luns share physical spindles? (hopefully not)

I would suggest that you should have N luns where N is the number of parallel streams. This allows N I/O SCSI queues to be simultaneously serviced vs. one. Think of this like more check out lanes at the grocery store.

Compression has the CPU overhead, but reduces the IO bandwidth and storage space requirement. If you are not I/O bound (or space) then it won't provide any visible performance gains - it will just consume more CPU. It's basically a trade off.

Ultimately you want the target writes to be the bottleneck, but operating at optimal efficiency.

On 11/15/07, Don Seiler <don_at_seiler.us> wrote:
> Some quick answers to these questions before I hop into bed.

-- 
Regards,

Greg Rahn
http://structureddata.org
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 16 2007 - 02:47:45 CST

Original text of this message

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