Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct a tikv config name #6073

Merged
merged 1 commit into from
Apr 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Coprocessor 线程池中线程的栈大小,默认值:10,单位:KiB|MiB|G
+ 注意:TTL 暂时只适用于 RawKV 接口。由于所涉及底层数据格式的不同,用户只能在新建集群时设置好该功能,在已有集群上修改该项配置会使得启动报错。
+ 默认值:false

### `ttl-poll-check-interval` <span class="version-mark">从 v5.0 GA 版本开始引入</span>
### `ttl-check-poll-interval` <span class="version-mark">从 v5.0 GA 版本开始引入</span>

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