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: Help with SQL Tuning

RE: Help with SQL Tuning

From: Taylor, Chris David <Chris.Taylor_at_ingrambarge.com>
Date: Thu, 6 Dec 2007 08:37:25 -0600
Message-ID: <17E4CDE8F84DC44A992E8C00767402E0860D95@spobmexc02.adprod.directory>


Well phooey. I guess I should have double checked that before replying.

Chris Taylor
Sr. Oracle DBA
Ingram Barge Company
Nashville, TN 37205
Office: 615-517-3355
Cell: 615-354-4799
Email: chris.taylor_at_ingrambarge.com

-----Original Message-----
From: Wolfgang Breitling [mailto:breitliw_at_centrexcc.com] Sent: Thursday, December 06, 2007 8:08 AM To: Taylor, Chris David
Cc: Oracle-L Freelists
Subject: RE: Help with SQL Tuning

At 06:45 AM 12/6/2007, Taylor, Chris David wrote:
>Well there are a couple of things here if I'm not mistaken.
>
>1.) Full table scans almost always use sequential file reads versus
>db file scattered reads

It's the other way around, Full scans (not only full table scans) generally use predominantly "db file scattered reads". "db file sequential reads" are single block reads, most used by index lookups but could e.g. also be used by an FTS to chase chained rows.

Regards

Wolfgang Breitling
Centrex Consulting Corporation
www.centrexcc.com

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 06 2007 - 08:37:25 CST

Original text of this message

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