【详述】bloomfilter index创建以后性能达不到预期,创建index以后反而比不创建还慢,表大概200亿+,执行的查询语句达到分钟级别
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】2.0.1
【集群规模】3fe+4be,分开部署
【机器信息】128C/512G/万兆 操作系统7.8
【附件】
-
create_table.sql 是表创建语句
-
before_index_profile 是创建索引前查询的profile
-
after_index_profile 是创建索引后查询的profile
-
query.sql 里面含有查询的语句以及创建索引的语句
- 并行度:64
- cbo是否开启:true
after_index_profile.txt (921.5 KB) before_index_profile.txt (924.5 KB) create_table.sql (13.0 KB) query.sql (170 字节)