Skip to content

Commit

Permalink
Add cases for full compaction config for non-utc time zone (#17505)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadeA-Tang authored May 31, 2024
1 parent 53e962e commit 00e562e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ raftstore 相关的配置项。
+ 设置 TiKV 启动周期性全量数据整理 (Compaction) 的时间。你可以在数组中指定一个或多个时间计划。例如:
+ `periodic-full-compact-start-times = ["03:00", "23:00"]` 表示 TiKV 基于 TiKV 节点的本地时区,在每天凌晨 3 点和晚上 11 点进行全量数据整理。
+ `periodic-full-compact-start-times = ["03:00 +0000", "23:00 +0000"]` 表示 TiKV 在每天 UTC 时间的凌晨 3 点和晚上 11 点进行全量数据整理。
+ `periodic-full-compact-start-times = ["03:00 +0800", "23:00 +0800"]` 表示 TiKV 在每天 UTC+08:00 时间的凌晨 3 点和晚上 11 点进行全量数据整理。
+ 默认值:`[]`,表示默认情况下禁用周期性全量数据整理。

### `periodic-full-compact-start-max-cpu` <span class="version-mark">从 v7.6.0 版本开始引入</span>
Expand Down

0 comments on commit 00e562e

Please sign in to comment.