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: Skip scans

RE: Skip scans

From: Parker, Matthew <matthewp_at_amazon.com>
Date: Thu, 30 Dec 2004 00:53:11 -0800
Message-ID: <F385925F530F6C4081F1659F71640EB301CC74B6@ex-mail-sea-04.ant.amazon.com>


 In 9i skip scan is turned on automatically without the necessity of the = hint. Under 9.2.0.3 we had to turn it off as the optimizer was choosing = it when other more usable indexes were avaialable. In 9.2.0.5, it = appears more stable. However, for simple performance it is useful in low = usage scenarios, (the query is not executed that often and you don't = have space to burn). Under heavy usage it is much more efficient to = simple build the index you need versus incurring the block buffer hit = from the skip scan.

-----Original Message-----

From: oracle-l-bounce_at_freelists.org =
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mladen Gogala Sent: Wednesday, December 29, 2004 10:47 AM To: 'Oracle-L (E-mail)'
Subject: Skip scans

Is anybody using index skip scan feature? What would be a situation in = which the feature should be used? I have a SQL statement, part of ETL = process that I have to tune. The initial reuslts are encouraging = although not dramatic. Does anybody else have any type of practical = experience with skip scans and index_ss hint?

--

Mladen Gogala
Oracle DBA
Ext. 121

--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Thu Dec 30 2004 - 02:49:37 CST

Original text of this message

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