Skip to content

Commit

Permalink
RocksDB: Add track-and-verify-wals-in-manifest desc (#17109) (#17139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Apr 11, 2024
1 parent d89b16c commit 17f751f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,14 @@ Configuration items related to RocksDB

+ Unit: KiB|MiB|GiB

### `track-and-verify-wals-in-manifest` <span class="version-mark">New in v6.5.9 and v8.0.0</span>

+ Controls whether to record information about Write Ahead Log (WAL) files in the RocksDB MANIFEST file and whether to verify the integrity of WAL files during startup. For more information, see RocksDB [Track WAL in MANIFEST](https://github.com/facebook/rocksdb/wiki/Track-WAL-in-MANIFEST).
+ Default value: `true`
+ Value options:
+ `true`: records information about WAL files in the MANIFEST file and verifies the integrity of WAL files during startup.
+ `false`: does not record information about WAL files in the MANIFEST file and does not verify the integrity of WAL files during startup.

## rocksdb.titan

Configuration items related to Titan.
Expand Down

0 comments on commit 17f751f

Please sign in to comment.