基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
kv_ttl_history_recycle_interval
更新时间:2026-06-18 13:10:37
说明
该配置项从 V3.2.4 BP4 版本开始引入。
功能描述
kv_ttl_history_recycle_interval 用于限制 TTL 任务历史记录保存的时间段。
属性说明
| 属性 | 描述 |
|---|---|
| 参数类型 | TIME |
| 默认值 | 7d |
| 取值范围 | [1d, 180d] |
| 是否重启 OBServer 生效 | 否 |
配置示例
ALTER SYSTEM SET kv_ttl_history_recycle_interval='7d';