Yesterday’s posting was a reminder that bitmap indexes, unlike B-tree indexes in Oracle, do store entries where every column in the index is null. The same is true for cluster indexes – which are implemented as basic B-tree indexes. Here’s a test case I wrote to demonstrate the point.
↧