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: Re: oraperf comment

Re: Re: oraperf comment

From: Connor McDonald <hamcdc_at_yahoo.co.uk>
Date: Wed, 23 Oct 2002 11:44:41 -0800
Message-ID: <F001.004F199A.20021023114441@fatcity.com>


The main problem as I see it is that you might be lucky in getting IO balance with a
tables-here-indexes-there approach in rule based databases, where pretty much the only thing Oracle can do is table scan and single block index read.

But since 7.3, and even more so with the more recent releases, suddenly there's index fast full scan, sort direct IO operations, table sampling which means that

  1. table "scan" IO is not always multiblock
  2. index IO is not always single block

So my IO mantra (which I fail to achieve most of the time) is to aim to obtain a balanced IO load independent of the time quanta. So if I average the IO load for 3 hours, it will be balanced, but if I average it over 3 seconds, 3 minutes, 30 minutes etc then it will still be balanced. Sort of like the Sierpinski curves of IO.

hth
connor


Connor McDonald
http://www.oracledba.co.uk
http://www.oaktable.net

"Remember amateurs built the ark - Professionals built the Titanic"



Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?Connor=20McDonald?=
  INET: hamcdc_at_yahoo.co.uk

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 Wed Oct 23 2002 - 14:44:41 CDT

Original text of this message

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