2022年4月21日

ClickHouse-语法优化规则

摘要: ClickHouse 的 SQL 优化规则是基于 RBO(Rule Based Optimization),下面是一些优化规则 以下规则中使用了ClickHouse官方测试数据集,数据集使用步骤移步这里。 1.COUNT优化 在调用 count 函数时,如果使用的是 count() 或者 count 阅读全文

posted @ 2022-04-21 23:10 嘣嘣嚓 阅读(277) 评论(0) 推荐(0)

ClickHouse-官方数据集使用

摘要: 参考:https://clickhouse.com/docs/en/getting-started/example-datasets/metrica/ 准备clickhouse官方数据集 https://clickhouse-datasets.s3.yandex.net/hits/tsv/hits_ 阅读全文

posted @ 2022-04-21 23:04 嘣嘣嚓 阅读(419) 评论(0) 推荐(0)

导航