From 8577838b2d4b763ecf58d6d7271ad5093a37d3ac Mon Sep 17 00:00:00 2001 From: deanglc <29059624+deanglc@users.noreply.github.com> Date: Tue, 20 Apr 2021 11:33:13 +0800 Subject: [PATCH] Update tikv-configuration-file.md ttl-poll-check-interval -> ttl-check-poll-interval --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 96383a2cc9fb7..8648baca73061 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -272,7 +272,7 @@ Configuration items related to storage + Note: The TTL feature is only available for the RawKV interface for now. You can only configure this feature when creating a new cluster because TTL uses different data formats in the storage layer. If you modify this item on an existing cluster, TiKV reports errors when it starts. + Default value: `false` -### `ttl-poll-check-interval` New in v5.0 GA +### `ttl-check-poll-interval` New in v5.0 GA + The interval of checking data to reclaim physical spaces. If data reaches its TTL, TiKV forcibly reclaims its physical space during the check. + Default value: `"12h"`