Skip to content

Commit 723f0f1

Browse files
authored
Enable Raft Engine by default (#8677)
1 parent c9c2905 commit 723f0f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tikv-configuration-file.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,14 +1332,13 @@ Configuration items related to Raft Engine.
13321332

13331333
> **Note:**
13341334
>
1335-
> - Raft Engine is an experimental feature. It is not recommended to use it in the production environment.
13361335
> - When you enable Raft Engine for the first time, TiKV transfers its data from RocksDB to Raft Engine. Therefore, you need to wait extra tens of seconds for TiKV to start.
13371336
> - The data format of Raft Engine in TiDB v5.4.0 is not compatible with earlier TiDB versions. Therefore, if you need to downgrade a TiDB cluster from v5.4.0 to an earlier version, **before** downgrading, disable Raft Engine by setting `enable` to `false` and restart TiKV for the configuration to take effect.
13381337
13391338
### `enable`
13401339

13411340
+ Determines whether to use Raft Engine to store Raft logs. When it is enabled, configurations of `raftdb` are ignored.
1342-
+ Default value: `false`
1341+
+ Default value: `true`
13431342

13441343
### `dir`
13451344

0 commit comments

Comments
 (0)