First page Back Continue Last page Graphics

When Not to Use


Notes:

A DML lock in a bitmap index will lock many rows unlike a B-Tree index where a single row is locked.
A DML lock in a bitmap index will lock many rows:
This is because a bitmap entry is typically made up of a range of ROWIDS, not a single rowid
when a bitmap index entry is locked, the entire range of ROWIDS is locked
bitmap index locking may heavily impact OLTP systems
AVOID IF HEAVY DML IS EXPECTED