First page Back Continue Last page Graphics
When to Use
Read-only, read-mostly environments
- Decision support, data warehouse
Columns with poor selectivity that require indexes
- For example, customer GENDER
Notes:
In general, bitmap indexes work well in a large, mostly read only environment with ad-hoc queries. They are most appropriate on low cardinality data.