Multiple choice technology databases

Bit map Vs B-tree indexes

    1. Bit map indexes are used on low-cardinality columns(having low distinct values) 2.B-tree indexes are most effective for high-cardinality data(only for unique columns)
  1. B-tree indexes cannot be used in environments typically have large amounts of data and ad hoc queries

  2. bitmap indexes can be created on partitioned tables

  3. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer