【详述】问题详细描述
【背景】创建bitmap index后查询没有生效,profile 查看BitmapIndexFilterRows 值为0
详细的建表语句及profile请查看下面的文件,感谢。
bitmap_index_not_effect_sr_2_5_6.txt (29.7 KB)
【详述】问题详细描述
【背景】创建bitmap index后查询没有生效,profile 查看BitmapIndexFilterRows 值为0
详细的建表语句及profile请查看下面的文件,感谢。
bitmap_index_not_effect_sr_2_5_6.txt (29.7 KB)
遇到同样的问题
比如:
type索引 条数
A 10000
B 60000
C 3
经测试
where type = ‘C’ 索引生效(BitmapIndexFilterRows 有值)
where type = ‘A’ 索引未生效(BitmapIndexFilterRows 0)
是不是证明索引列跟数据量有关系呢? 很奇怪,感觉说不通。