diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 7955ae4bc853e..d911019581c98 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1324,6 +1324,14 @@ Configuration items related to RocksDB + Unit: KiB|MiB|GiB +### `track-and-verify-wals-in-manifest` New in v6.5.9, v7.1.5, and v7.5.2 + ++ 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.