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: Oracle & SAN Experiences?

Re: Oracle & SAN Experiences?

From: Peter Barnett <regdba_at_yahoo.com>
Date: Mon, 18 Nov 2002 09:58:27 -0800
Message-ID: <F001.00505C08.20021118095827@fatcity.com>


Some observations based on experience.

Allocating storage based on the controllers helps if the database is large enough. e.g. 1 controller manages 100G of physical disk. Use that as a mount point. This does improve io somewhat if you can have mount points in 100G multiples (or whatever your controller manages).

On board caching can be a problem. Oracle writes to disk but the data actually gets cached rather than physically written to disk. If a database crashes before the actual write to disk occurs you lose the data. Write through caching helps this but offer no guarantees.

We found that approximately 60% of our io was actually from the cache rather than disk. The cache lru was holding the data blocks. This made the reads much faster.


Pete Barnett
Lead Database Administrator
The Regence Group
pnbarne_at_regence.com

Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Peter Barnett
  INET: regdba_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Nov 18 2002 - 11:58:27 CST

Original text of this message

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