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

Re: Shrinking an index??

From: Ruedi Aschwanden <ruedi_at_multiactive.com>
Date: 1997/03/20
Message-ID: <3331D867.10DB@multiactive.com>#1/1

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
>

Can you comment on how performance was affected? Received on Thu Mar 20 1997 - 00:00:00 CST

Original text of this message

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