摘要: 1.kylin是如何实现count distinct操作的? 在kylin元数据的cube_desc中,可以看到CONT_DISTINCT存储使用的是bitmap 只需要计算bitmap中1的个数就能获取count distinct的值了 构建cube时聚合bitmap BitmapAggregat 阅读全文
posted @ 2021-02-07 18:22 冷芋头 阅读(99) 评论(0) 推荐(0)