diff --git a/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql b/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql index 0415347..4c3ee27 100644 --- a/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql +++ b/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql @@ -437,6 +437,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record_local ON CLUSTER http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -639,6 +641,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_local ON CLUSTER ck_ http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -788,6 +792,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_qu http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -987,6 +993,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_cl http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -1187,6 +1195,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_query( http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -1331,6 +1341,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_cluste http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -1875,6 +1887,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.security_event_local ON CLUSTER ck_clus http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -2076,6 +2090,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.proxy_event_local ON CLUSTER ck_cluster http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -2218,6 +2234,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_local ON CLUSTER ck_clus http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -2725,6 +2743,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_query ( http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -2924,6 +2944,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_query ( http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -3064,6 +3086,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_query ( http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -3474,6 +3498,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_cluster ( http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -3673,6 +3699,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_cluster ( http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String, @@ -3813,6 +3841,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_cluster ( http_user_agent String, http_request_content_length String, http_request_content_type String, + http_response_content_length String, + http_response_content_type String, http_content_length String, http_content_type String, http_set_cookie String,