
clickhouse
dian张
在路上。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CK集群搭建
安装包下载 wget https://repo.yandex.ru/clickhouse/rpm/stable/x86_64/clickhouse-server-21.4.3.21-2.noarch.rpm wget https://repo.yandex.ru/clickhouse/rpm/stable/x86_64/clickhouse-common-static-21.4.3.21-2.x86_64.rpm wget https://repo.yandex.ru/clickhouse/rpm/stab原创 2022-02-25 15:28:39 · 1887 阅读 · 0 评论 -
clickhouse学习
nternal_replication:是否只写入所有replica中的一台 true:代表了只写入shard内的一台,与ZooKeeper配合进行复制; false:代表了写入shard内所有的replica,与分布式表配合进行复制。 遇到的问题点1 nternal_replication:TRUE CK集群,建立本地表,engine=MergeTree(),基于本地表建立分布式表,通过flink将数据插入到节点A的本地表,通过分布式表查询数据,只有节点A可以查得到,其余节点都无法进行查询,将本地表的e原创 2022-02-22 19:26:15 · 640 阅读 · 0 评论