你能修改表 TTL,命令语法如下所示: ALTERTABLEtable_nameMODIFYTTL ttl_expression; 移除REMOVE TTL TTL 属性可以用下列命令从表中移除: ALTERTABLEtable_name REMOVE TTL 示例 创建一个表,带有TTL属性如下所示: CREATETABLEtable_with_ttl ( event_timeDateTime, ...
"codecExpression": "", "ttlExpression": "" }, { "name": "ip", "type": "String", "defaultType": "", "defaultExpression": "", "comment": "", "codecExpression": "", "ttlExpression": "" }, { "name": "metric", "type": "String", "defaultType": "", "defaultExpression": ...
)engine=Memory; ┌─name─┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐ │ id │ Int8 │ │ │ │ │ │ │ name │ String │ │ │ │ │ │ └──────┴────────┴──────────────┴─...
根据TTL expression
() ORDER BY url; 840013eee323 :) DESCRIBE TABLE hits; DESCRIBE TABLE hits Query id: 4bb5b4df-31b0-4fe1-8723-b54dbfaf1d1a ┌─name──┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐│ url │ String │ │ │ │ │ │...
┌─name──────┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐ │ uid │ Int32 │││ │ alias │ Int32 │││ │ sex │ String │││ │ totalDate │ Date
deschitscc1b062138da:)deschits:-]:-]DESCRIBETABLEhitsQueryid:b8d8b650-2395-4207-b2ce-4200dc9c0fce┌─name───────────────────────┬─type────────────┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐│...
┌─name─┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐ │ id │ UInt64 │ │ │ID│ │ │ │ name │ String │ │ │ 姓名 │ │ │ └──────┴────────┴──────────────┴─────...
┌─name─┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐ │ x │ String │ │ │ │ │ │ └──────┴────────┴──────────────┴────────────────────┴──────...
如果表中不是必须保留全量历史数据,建议指定 TTL(生存时间值),可以免去手动过期历史数据的麻烦,TTL 也可以通过 alter table 语句随时修改。(参考基础文档 4.4.5 数据 TTL) 写入和删除优化 尽量不要执行单条或小批量删除和插入操作,这样会产生小分区文件,给后台Merge 任务带来巨大压力 ...