From b70d07abd675b1af1c97664aa9527b811c3d349c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=9A=E5=B2=B1=E6=9D=B0?= Date: Tue, 24 Aug 2021 02:16:14 +0000 Subject: [PATCH] Update create_dos_tables.bash to create_dos_tables.sql --- .../{create_dos_tables.bash => create_dos_tables.sql} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename TSG-21.08/clickhouse/{create_dos_tables.bash => create_dos_tables.sql} (97%) diff --git a/TSG-21.08/clickhouse/create_dos_tables.bash b/TSG-21.08/clickhouse/create_dos_tables.sql similarity index 97% rename from TSG-21.08/clickhouse/create_dos_tables.bash rename to TSG-21.08/clickhouse/create_dos_tables.sql index ef2dfba..dd299eb 100644 --- a/TSG-21.08/clickhouse/create_dos_tables.bash +++ b/TSG-21.08/clickhouse/create_dos_tables.sql @@ -1,5 +1,4 @@ - CREATE TABLE tsg_galaxy_v3.dos_event_log_local on cluster ck_cluster( log_id UInt64, start_time Int64, @@ -31,4 +30,4 @@ CREATE TABLE tsg_galaxy_v3.dos_event_log on cluster ck_query( session_rate Int64, packet_rate Int64, bit_rate Int64 -) ENGINE = Distributed('ck_cluster', 'tsg_galaxy_v3', 'dos_event_log_local', rand()); \ No newline at end of file +) ENGINE = Distributed('ck_cluster', 'tsg_galaxy_v3', 'dos_event_log_local', rand());