From dd51b532cc7f835dededac883260780972f2e7ca Mon Sep 17 00:00:00 2001 From: houjinchuan Date: Fri, 9 Jun 2023 13:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hbase=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E8=A1=A8TTL=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HBase最新建表语句/HBase建表语句_TSG | 6 +++--- TSG发布版本更新记录/TSG-23.06/hbase/update.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 TSG发布版本更新记录/TSG-23.06/hbase/update.txt 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