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

Home -> Community -> Usenet -> c.d.o.misc -> Bitmap Sizing

Bitmap Sizing

From: Bard <bwskiles_at_adpc.purdue.edu>
Date: 1997/01/23
Message-ID: <01bc095c$fc2b2b20$f065d280@freh-nt-007>#1/1

The Tuning book says bitmap indexes are typically 25 percent the size of a regular B-tree index. In another place it says bitmap indexes are typically only a fraction of the size of regular indexes. I'm dealing with tables with millions of rows, and I'd like to create initial extents with a little more accuracy than "probably around 25 percent" of their current size or "likely even smaller." Does anyone have any ideas on a possible formula for estimating the size of bitmap indexes?

Thanks.

--brad

PS. One initial test with a bitmapped index reduced the explain plan cost of a query from 6,297 down to 208. The time of the query went from over 2 minutes to about 20 seconds. This was on a table with 1.1 million records.  The indexed column has only 474 unique values. The Rows Per Key is 2,417.  


Received on Thu Jan 23 1997 - 00:00:00 CST

Original text of this message

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