随笔分类 - clickhouse
摘要:users.xml <?xml version="1.0"?> <yandex> <!-- See also the files in users.d directory where the settings can be overridden. --> <!-- Profiles of setti
阅读全文
摘要:###1.准备安装包及安装部署脚本到httpd下载服务器路径下 ###2.安装脚本 cat install_clickhouse.sh #!bin/bash mkdir -p /opt/clickhouse cd /opt/clickhouse wget http://192.168.10.111:
阅读全文
摘要:###建表语法 #####建本地表到cluster_5_shards_2_replica集群所有节点 基于集群可以使用 on cluster cluster_name 语法,只需要在一个节点上执行SQL就可同步到所有节点 CREATE TABLE testdb.test_clsuter_b ON C
阅读全文
摘要:###1.clickhouse集群部署 ####特点: #####1. 依赖ZooKeeper,通过其来协调多个副本之间的同步。 #####2. 表级别的副本,副本是在表级别定义的。 #####3. 多主架构,可以在任意副本上执行语句。 #####部署规划 10台机器 ,5个分片, 2个副本 ###
阅读全文