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: Why "Separating Data and Indexes improves performance" is a m yth?

Re: Why "Separating Data and Indexes improves performance" is a m yth?

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Fri, 23 Apr 2004 14:20:24 -0400
Message-ID: <20040423182024.GC11271@mladen.wangtrading.com>

On 04/23/2004 02:06:31 PM, Tim Gorman wrote:
> Do you see a lot of FAST FULL scans? Generally, when I see them, they are
> the result of either:
>
> * SELECT COUNT(*) on table with PK (usually ad-hoc, thus rare)
> * result of index being forced into usage due to an inappropriate
> INDEX hint (i.e. no predicates using the index in the WHERE
> clause)
> * ALTER INDEX ... REBUILD (hopefully relatively rare)
>

Another situation in which fast full scans appear is a report from a reference table, like a list of names of all employees (artificial example, but I have no better at the moment). Those are relatively rare, but they are regular. Speaking of index scans, does anybody here sees skip scans? Few months ago I've had a lengthy discussion with Wolfgang about INDEX_SS, but I have to confess that I've never seen them in real life.

-- 
Mladen Gogala
Oracle DBA



Note:
This message is for the named person's use only.  It may contain confidential, proprietary or legally privileged information.  No confidentiality or privilege is waived or lost by any mistransmission.  If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender.  You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Apr 23 2004 - 13:19:47 CDT

Original text of this message

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