Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> Re: Adding Index to Table may reduce performance of Some Select Statements ?

Re: Adding Index to Table may reduce performance of Some Select Statements ?

From: Daniel Roy <danielroy10junk_at_hotmail.com>
Date: 6 Jan 2004 08:38:00 -0800
Message-ID: <3722db.0401060838.4e6668af@posting.google.com>

To receive any useful information, you will certainly need to provide additional details on your setup, or find someone more familiar with your Oracle to do it for you. The cases where I saw that an additional index slowed some select statements was generally when: - rule-based optimizing is used and the new index has low cardinality columns (few distinct values)
- cost-based optimizing is used, and the stats are not kept up-to-date - cost-based optimizing is used, and the indexed columns suffer from skewness, and no histograms are used.

Those are 3 examples, and is certainly not a complete list.

Daniel

srinikande_at_yahoo.com (srinik) wrote in message news:<95100be7.0401052035.6bccad52_at_posting.google.com>...
> Guy&#8217;s,
>
> Adding Index to Table may reduce performance of Some Select?
>
> Thanks in advance,
> Srini
Received on Tue Jan 06 2004 - 10:38:00 CST

Original text of this message

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