摘要: users.xml <?xml version="1.0"?> <yandex> <!-- See also the files in users.d directory where the settings can be overridden. --> <!-- Profiles of setti 阅读全文
posted @ 2022-08-29 18:14 whiteY 阅读(473) 评论(0) 推荐(0)
摘要: ###1.准备安装包及安装部署脚本到httpd下载服务器路径下 ###2.安装脚本 cat install_clickhouse.sh #!bin/bash mkdir -p /opt/clickhouse cd /opt/clickhouse wget http://192.168.10.111: 阅读全文
posted @ 2022-08-29 17:53 whiteY 阅读(249) 评论(0) 推荐(0)
摘要: ###建表语法 #####建本地表到cluster_5_shards_2_replica集群所有节点 基于集群可以使用 on cluster cluster_name 语法,只需要在一个节点上执行SQL就可同步到所有节点 CREATE TABLE testdb.test_clsuter_b ON C 阅读全文
posted @ 2022-08-29 17:43 whiteY 阅读(1389) 评论(0) 推荐(0)