TSG-17055 clickhouse新增毫秒级别时间戳字段
This commit is contained in:
@@ -127,6 +127,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record_local ON CLUSTER ck_cluster
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -244,6 +246,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record ON CLUSTER ck_cluster(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -356,6 +360,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record ON CLUSTER ck_query(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -469,6 +475,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record_local ON CLUSTER
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -728,6 +736,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_cl
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -985,6 +995,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_qu
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1242,6 +1254,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_local ON CLUSTER ck_
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1410,6 +1424,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_cluste
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1574,6 +1590,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_query(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1738,6 +1756,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record_local ON CLUSTER ck_cluster
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1863,6 +1883,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record ON CLUSTER ck_cluster(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1985,6 +2007,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record ON CLUSTER ck_query(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2107,6 +2131,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event_local ON CLUST
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2220,6 +2246,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2330,6 +2358,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2440,6 +2470,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.security_event_local ON CLUSTER ck_clus
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2700,6 +2732,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2957,6 +2991,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3215,6 +3251,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.proxy_event_local ON CLUSTER ck_cluster
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3400,6 +3438,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3581,6 +3621,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3762,6 +3804,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_local ON CLUSTER ck_clus
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4022,6 +4066,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4279,6 +4325,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4536,6 +4584,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.radius_record_local ON CLUSTER ck_clust
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4671,6 +4721,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.radius_record ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4802,6 +4854,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.radius_record ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
|
||||
@@ -125,6 +125,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record_local ON CLUSTER ck_cluster
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -241,6 +243,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record ON CLUSTER ck_cluster(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -353,6 +357,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.gtpc_record ON CLUSTER ck_query(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -466,6 +472,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record_local ON CLUSTER
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -724,6 +732,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_cl
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -981,6 +991,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.interim_session_record ON CLUSTER ck_qu
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1238,6 +1250,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record_local ON CLUSTER ck_
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1405,6 +1419,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_cluste
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1569,6 +1585,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.transaction_record ON CLUSTER ck_query(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1733,6 +1751,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record_local ON CLUSTER ck_cluster
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1857,6 +1877,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record ON CLUSTER ck_cluster(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -1979,6 +2001,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.voip_record ON CLUSTER ck_query(
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2101,6 +2125,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event_local ON CLUST
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2213,6 +2239,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2323,6 +2351,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.sys_packet_capture_event ON CLUSTER ck_
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2433,6 +2463,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.security_event_local ON CLUSTER ck_clus
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2692,6 +2724,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -2949,6 +2983,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.security_event ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3207,6 +3243,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.proxy_event_local ON CLUSTER ck_cluster
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3391,6 +3429,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3572,6 +3612,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.proxy_event ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -3753,6 +3795,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_local ON CLUSTER ck_clus
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4012,6 +4056,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4269,6 +4315,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.session_record ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4526,6 +4574,8 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.radius_record_local ON CLUSTER ck_clust
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4660,6 +4710,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.radius_record ON CLUSTER ck_cluster (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
@@ -4791,6 +4843,8 @@ create table IF NOT EXISTS tsg_galaxy_v3.radius_record ON CLUSTER ck_query (
|
||||
common_stream_dir Int64,
|
||||
common_start_time Int64,
|
||||
common_end_time Int64,
|
||||
common_start_timestamp_ms Datetime64(3),
|
||||
common_end_timestamp_ms Datetime64(3),
|
||||
common_con_duration_ms Int64,
|
||||
common_establish_latency_ms Int64,
|
||||
common_processing_time Int64,
|
||||
|
||||
@@ -54,3 +54,78 @@ ALTER table tsg_galaxy_v3.security_event on cluster ck_query add column IF NOT
|
||||
ALTER table tsg_galaxy_v3.proxy_event_local on cluster ck_cluster add column IF NOT EXISTS ssl_esni_flag Int64 after ssl_cert_subject;
|
||||
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_cluster add column IF NOT EXISTS ssl_esni_flag Int64 after ssl_cert_subject;
|
||||
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_query add column IF NOT EXISTS ssl_esni_flag Int64 after ssl_cert_subject;
|
||||
|
||||
|
||||
ALTER table tsg_galaxy_v3.session_record_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.session_record on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.session_record on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.interim_session_record_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.security_event_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.security_event on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.security_event on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.proxy_event_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.transaction_record_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.sys_packet_capture_event_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.radius_record_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.radius_record on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.radius_record on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.gtpc_record_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.gtpc_record on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.gtpc_record on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
ALTER table tsg_galaxy_v3.voip_record_local on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.voip_record on cluster ck_cluster add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
ALTER table tsg_galaxy_v3.voip_record on cluster ck_query add column IF NOT EXISTS common_start_timestamp_ms Datetime64(3) after common_end_time;
|
||||
|
||||
|
||||
|
||||
ALTER table tsg_galaxy_v3.session_record_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.session_record on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.session_record on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.interim_session_record_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.security_event_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.security_event on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.security_event on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.proxy_event_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.transaction_record_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.sys_packet_capture_event_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.radius_record_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.radius_record on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.radius_record on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.gtpc_record_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.gtpc_record on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.gtpc_record on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
ALTER table tsg_galaxy_v3.voip_record_local on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.voip_record on cluster ck_cluster add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
ALTER table tsg_galaxy_v3.voip_record on cluster ck_query add column IF NOT EXISTS common_end_timestamp_ms Datetime64(3) after common_start_timestamp_ms;
|
||||
|
||||
Reference in New Issue
Block a user