diff --git a/HBase最新建表语句/HBase建表语句_TSG b/HBase最新建表语句/HBase建表语句_TSG index 9bab641..692edc2 100644 --- a/HBase最新建表语句/HBase建表语句_TSG +++ b/HBase最新建表语句/HBase建表语句_TSG @@ -6,10 +6,10 @@ create 'tsg:report_result', {NAME => 'response', VERSIONS => 1,COMPRESSION => 'G create 'dos:ddos_traffic_baselines', 'TCP SYN Flood','UDP Flood','ICMP Flood','DNS Flood' -create 'tsg_galaxy:relation_account_framedip', {NAME => 'radius', VERSIONS => 1}, {NAME => 'common', VERSIONS => 1} -create 'tsg_galaxy:relation_framedip_account', {NAME => 'radius', VERSIONS => 1}, {NAME => 'common', VERSIONS => 1} +create 'tsg_galaxy:relation_account_framedip', {NAME => 'radius', VERSIONS => 1,TTL=> '2592000'}, {NAME => 'common', VERSIONS => 1,TTL=> '2592000'} +create 'tsg_galaxy:relation_framedip_account', {NAME => 'radius', VERSIONS => 1,TTL=> '2592000'}, {NAME => 'common', VERSIONS => 1,TTL=> '2592000'} create 'tsg_galaxy:recommendation_app_cip', {NAME => 'common', VERSIONS => 1} -create 'tsg_galaxy:relation_user_teid',{NAME=>'gtp'}, {NAME => 'common'} +create 'tsg_galaxy:relation_user_teid',{NAME=>'gtp',TTL=> '604800'}, {NAME => 'common',TTL=> '604800'} create 'tsg_galaxy:gtpc_knowledge_base',{NAME => 'gtp',TTL=> '604800'}, {NAME => 'common',TTL=> '604800'},SPLITS => ['1','2','3'] \ No newline at end of file diff --git a/TSG发布版本更新记录/TSG-23.06/hbase/update.txt b/TSG发布版本更新记录/TSG-23.06/hbase/update.txt new file mode 100644 index 0000000..0a7b098 --- /dev/null +++ b/TSG发布版本更新记录/TSG-23.06/hbase/update.txt @@ -0,0 +1,3 @@ +alter 'tsg_galaxy:relation_user_teid',{NAME => 'common',TTL=> '604800'}, {NAME => 'gtp',TTL=> '604800'} +alter 'tsg_galaxy:relation_framedip_account',{NAME => 'common',TTL=> '2592000'}, {NAME => 'radius',TTL=> '2592000'} +alter 'tsg_galaxy:relation_account_framedip',{NAME => 'common',TTL=> '2592000'}, {NAME => 'radius',TTL=> '2592000'} \ No newline at end of file