Skip to content

Commit

Permalink
Do not merge until v7.1.2 rocksdb.*cf: supply descriptions on ttl a…
Browse files Browse the repository at this point in the history
…nd `periodic-compaction-seconds`. (#14312) (#15134)
  • Loading branch information
ti-chi-bot authored Oct 25, 2023
1 parent e42b681 commit 2f671ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,18 @@ rocksdb defaultcf、rocksdb writecf 和 rocksdb lockcf 相关的配置项。
- `5`:适用于 TiKV v6.1 及以上版本。全量和分区 filter 采用一种具有不同模式的、更快、更准确的 Bloom filter 实现。
+ 默认值:`2`

### `ttl` <span class="version-mark">从 v7.1.2 版本开始引入</span>

+ 设置 SST 文件被自动选中执行 compaction 的 TTL 时间。更新时间超过此值的 SST 文件将被选中并进行 compaction。在执行 compaction 时,这些 SST 文件通常以级联的方式进行压缩,以便被压缩到最底层或最底层的文件中。
+ 默认值:`"0s"`,表示默认不选择任何 SST 文件。
+ 单位:s(second)|h(hour)|d(day)

### `periodic-compaction-seconds` <span class="version-mark">从 v7.1.2 版本开始引入</span>

+ 设置周期性 compaction 的时间。更新时间超过此值的 SST 文件将被选中进行 compaction,并被重新写入这些 SST 文件所在的层级。
+ 默认值:`"0s"`,表示默认不触发此 compaction。
+ 单位:s(second)|h(hour)|d(day)

## rocksdb.defaultcf.titan

rocksdb defaultcf titan 相关的配置项。
Expand Down

0 comments on commit 2f671ec

Please sign in to comment.