Skip to content

Commit

Permalink
RocksDB: Add track-and-verify-wals-in-manifest desc (#17109) (#17784)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 6, 2024
1 parent be399d3 commit e1c7a2c
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, v7.1.5, and v7.5.2</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 e1c7a2c

Please sign in to comment.