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: Reality check for filesystem/disk layout

RE: Reality check for filesystem/disk layout

From: <JayMiller_at_tdwaterhouse.com>
Date: Fri, 26 Sep 2003 15:19:52 -0800
Message-ID: <F001.005D1367.20030926151952@fatcity.com>


Sure.

Our only real problem on this box comes from our large batch loads, especially at the end of the month when we get huge amounts of redo (it usually takes about a week to finish loading the month's data - the only time batch processing doesn't finish overnight). To make matters worse as soon as some tables are loaded reports start being generated off them while other tables are still being loaded.

Redo activity is pretty constant at that time with frequent log switches.

Since as soon a redo log fills up
a) the previous redo log is read
b) an archive log is written
separating out the archive logs and ever other redo log seems like the best way to minimize io contention for redo. Of course ideally they'd be on their own disks but that's not feasible.

I'm playing around a little more by putting the temp filesystem separate from the redo logs just because I know the large reports are a sore point with our production department that runs the data loads and I think this will reduce the delays for end of month loads/reports.

Since the outer part of the disk is fastest I put the stuff that's acessed most often there (a trick I learned from a consultant SA we had a few years ago who was the most database/oracle knowledgeable unix SA I've ever met - I really regretted it when the company went through a cost savings period and cancelled his contract).

Jay Miller
Sr. Oracle DBA
x68355

-----Original Message-----
Sent: Friday, September 26, 2003 5:20 PM To: Multiple recipients of list ORACLE-L

Jay,

I'd like to see (for my enlightenment) a brief rationale for your decisions, if you have time. Thanks!


Paul Baumgartel
Transcentive, Inc.
www.transcentive.com

Do you Yahoo!?
The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Paul Baumgartel
  INET: treegarden_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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: JayMiller_at_tdwaterhouse.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 Fri Sep 26 2003 - 18:19:52 CDT

Original text of this message

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