Skip to content

Commit

Permalink
update enable-ttl description (#8043) (#8579)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 7, 2022
1 parent 0ba91bd commit 873950d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,14 @@ TiKV 配置文件比命令行参数支持更多的选项。你可以在 [etc/con
### `enable-ttl`

+ TTL 即 Time to live。数据超过 TTL 时间后会被自动删除。用户需在客户端写入请求中指定 TTL。不指定 TTL 即表明相应数据不会被自动删除。
+ 注意:TTL 暂时只适用于 RawKV 接口。由于所涉及底层数据格式的不同,用户只能在新建集群时设置好该功能,在已有集群上修改该项配置会使得启动报错。
+ 默认值:false

> **警告:**
>
> TTL 暂时只适用于 RawKV 接口。由于所涉及底层数据格式不同,你只能在新建集群时设置该功能。
> **禁止**在已有集群上修改该项配置,否则会导致启动报错。
> **禁止**在有 TiDB 节点的集群中使用该参数,以免导致数据写坏等严重后果。
### `ttl-check-poll-interval`

+ 回收数据物理空间的检查周期。如果数据超过了 TTL 时间,数据的物理空间会在检查时被强制回收。
Expand Down

0 comments on commit 873950d

Please sign in to comment.