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 -> Re: Shrinking an index??

Re: Shrinking an index??

From: Luis Santos <lsantos_at_pobox.com>
Date: 1997/04/01
Message-ID: <333e7915.1569004@news.centroin.com.br>#1/1

dathedba_at_mindspring.com (Doug Anderson) wrote:

> Hey,
> How about using a BITMAP index found in 7.3.2.3? It has saved me
> great amounts of disk space. A number of my indexes were over 400 Meg
> in size before changing to BITMAP and are now around 69 Meg each.
> BITMAPs are useful for 'low cardinality' indexes (ie. those with
> low number of distinct values compared to the total number of rows in
> the table). To find out about the cardinality do an ANALYZE on the
> index then check the DISTINCT_KEYS column in DBA_INDEXES.
> It is well worth the effort of upgrading to 7.3.2.3!
> -Doug Anderson
> DAtheDBA_at_mindspring.com

        For which rate of low cardinality do you think that is useful to use bitmap indexes?           

        Regards,

--
Luis Santos
Relacional Consultoria
Rio de Janeiro - Brazil
Received on Tue Apr 01 1997 - 00:00:00 CST

Original text of this message

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