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: Histogram VS bitmap index

Re: Histogram VS bitmap index

From: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Tue, 30 May 2000 02:47:12 -0700 (PDT)
Message-Id: <10513.107070@fatcity.com>


Hi Luc,

In applications I've worked on, gender was always near a 50/50 distribution, in that case an index (btree or bitmap) or an histogram are not useful.

The case where an index can help on this kind of data is when you have a value with very few occurences and your queries are looking for that value most of the time.

For example if the data has the following distribution A 35%
B 1%
C 30%
D 34%

If your queries are looking for value B then an index on the column can help.


Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
spaquette_at_houra.fr
(33) 01 53 93 06 50

Do You Yahoo!? Received on Tue May 30 2000 - 04:47:12 CDT

Original text of this message

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