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: Locks on Bitmap Indexes

Re: Locks on Bitmap Indexes

From: Connor McDonald <mcdonald.connor.cs_at_bhp.com.au>
Date: Sun, 22 Nov 1998 14:37:53 +0800
Message-ID: <3657B141.5CA7@bhp.com.au>


sv wrote:
>
> Hi
>
> thank you for your answer. After consulting further documentation I see the
> problem with bitmap indexes.
> But perhaps you can tell something about the second part of my question. My
> application can live with the circumstance that big parts of the table are
> locked because inserts and updates are performed only by very few users.
> The table which is indexed has about 250.000 rows with 15 distinct key
> values. Using B-tree indexes shows significant loss of query performance.
> I would like to check for an index lock on a specific value in order to
> inform the user about the situation.
>
> Do you have an idea ?
>
> Bye
>
> Stephan Voigt

Given that you mention that you already use dbms_lock for some customised locking control, why not include the bitmap key as part of your hashing key to generate lock allocations....Then dbms_lock could be used to implement your locking strategy...?

HTH
--



Connor McDonald
BHP Information Technology
Perth, Western Australia
"The difference between me and a madman is that I am not mad" Received on Sun Nov 22 1998 - 00:37:53 CST

Original text of this message

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