From cf09aae2ac1ca89bac846075e82f174df0f4ef02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=9A=E5=B2=B1=E6=9D=B0?= Date: Tue, 31 Aug 2021 10:03:45 +0000 Subject: [PATCH] Update Clickhouse-dll.sql --- Clickhouse最新全量建表语句/Clickhouse-dll.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Clickhouse最新全量建表语句/Clickhouse-dll.sql b/Clickhouse最新全量建表语句/Clickhouse-dll.sql index 267b7d4..d797b57 100644 --- a/Clickhouse最新全量建表语句/Clickhouse-dll.sql +++ b/Clickhouse最新全量建表语句/Clickhouse-dll.sql @@ -1871,15 +1871,6 @@ create table IF NOT EXISTS tsg_galaxy_dll.radius_onff_log on cluster ck_cluster( ) ENGINE =Distributed(ck_cluster,tsg_galaxy_dll,radius_onff_log_local,rand()); - - - create table IF NOT EXISTS `system`.tables_cluster on cluster ck_query as `system`.tables ENGINE =Distributed(ck_all,`system`,tables,rand()); - create table IF NOT EXISTS `system`.disks_cluster on cluster ck_query as `system`.disks ENGINE =Distributed(ck_all,`system`,disks,rand()); - create table IF NOT EXISTS `system`.parts_cluster on cluster ck_query as `system`.parts ENGINE =Distributed(ck_all,`system`,parts,rand()); - create table IF NOT EXISTS `system`.query_log_cluster on cluster ck_query as `system`.query_log ENGINE =Distributed(ck_all,`system`,query_log,rand()); - CREATE TABLE IF NOT EXISTS `system`.columns_cluster ON cluster ck_query AS `system`.columns ENGINE=Distributed(ck_all,`system`,columns,rand()); - - CREATE TABLE IF NOT EXISTS tsg_galaxy_dll.connection_record_log_common_client_ip on cluster ck_cluster( common_log_id UInt64, common_recv_time Int64,