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: Operations that perform multiblock I/O and cluster factor

RE: Operations that perform multiblock I/O and cluster factor

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Mon, 10 Dec 2007 12:55:07 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C450999D439@NT15.oneneck.corp>


I'm pretty sure you are correct - only FTS and FFS will perform "db file scattered read" (reference:
http://download.oracle.com/docs/cd/B10501_01/server.920/a96533/instance_ tune.htm#15945). There are other multi-block I/Os though, for example direct path reads & writes to temp, but those show up under their own wait events, not "db file scattered read", and they do not occur on behalf of an index range scan. I think your co-worker is wrong and if s/he's going to make such claims in contradiction to the documentation - the burden of proof is on him so ask him/her to show you a 10046 trace file with "db file scattered read" wait events coming from an INDEX RANGE SCAN, or some other proof.  

Regards,
Brandon  


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Josh Collier    

Are there any other access paths that are served by multiblock I/O? My co-worker contends: If the range scan is not a full scan, the query optimizer will decide whether to use a scattered read depending on the fraction of rows in the scan and the cluster factor of the index.

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Dec 10 2007 - 13:55:07 CST

Original text of this message

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