Bitmap Index for marking and unmarking
-
I'm running on a 10.2.0.4 DB, and I have a table with a column which is use for marking and unmarking records.
Table has around twelve millions of rows, column has at most three distinct values (including nulls) and constantly is performed masive updates on this column for specific processes.
-
My question is: is it recommendable to use a bitmap index for that column?
-
Regards.
