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

Home -> Community -> Usenet -> c.d.o.server -> Re: Basic Index Question - Why 5%?

Re: Basic Index Question - Why 5%?

From: Fred Petillot <fpetillo_at_fr.oracle.com>
Date: Tue, 18 Jan 2000 09:49:12 -0100
Message-ID: <38844528.3E7FEB89@fr.oracle.com>


MohammedB wrote:

> I'm having a little trouble trying to conceptulize this scenario.
>
> I've read that index use is optimal when selecting 5% or less records
> in a table. I would have thought that anything less than 49% would be
> effective since you'd have one read of the index and one read to
> retrieve the corresponding record (reads < 98% of total data). I'm
> talking about a basic equality query using b-tree indexes and no PQ.
> Would'nt this be more efficient than a full-table scan (reads = 100% of
> data)? Also, why is the break even point around 5%? Is their some
> sort of optimization theory involved here?
>

Received on Tue Jan 18 2000 - 04:49:12 CST

Original text of this message

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