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: Using bitmap indexes on Oracle 7.3

Re: Using bitmap indexes on Oracle 7.3

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 1997/12/13
Message-ID: <01bd07d9$0c4ea420$294b989e@WORKSTATION>#1/1

Not.

>
> The column will have only two values ( Y and N or something like it
 ) and
> will be heavily scanned and updated.
>

In the first case, bitmap indexes result in lots of locking contention when you update their columns.

In the second case a bitmap which limits your data returned by only a factor of 2 is not ON ITS OWN a particularly useful index, so the cost of the update contention is unlikely to outweigh the query benefit . Received on Sat Dec 13 1997 - 00:00:00 CST

Original text of this message

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