dtech-team
Administrator
Assistant Professor
    
Appreciate? +5/-0
Offline
Posts: 604

DTecH Oracle Forums
|
 |
« Reply #1 on: October 11, 2009 » |
|
Bitmap indexes are more advantageous than b-tree indexes when the table has millions of rows and the key columns have low cardinality.
Bitmap indexes provide better performance than b tree indexes when queries often use a combination of multiple where conditions involving the OR operator, the table is read-only, or when there is low update activity on the key columns.
Read more about both : http://www.oraclepassport.com/OracleIndex.html
|