Skip to content

Commit

Permalink
Partitioned Raft KV: add incompatibility with TiFlash (#14355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Jul 27, 2023
1 parent 8d76b54 commit cc143a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions partitioned-raft-kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ Partitioned Raft KV has the following restrictions:
* It does not support EBS volume snapshot backup yet.
* It does not support online unsafe recovery or Titan yet.
* It does not support the tikv-ctl command-line tool yet.
* It is not compatible with TiFlash yet.
* You cannot enable or disable this feature after the cluster is initialized.
2 changes: 1 addition & 1 deletion releases/release-7.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Compared with the previous LTS 6.5.0, 7.1.0 not only includes new features, impr

TiDB v6.6.0 introduces the Partitioned Raft KV storage engine as an experimental feature, which uses multiple RocksDB instances to store TiKV Region data, and the data of each Region is independently stored in a separate RocksDB instance. The new storage engine can better control the number and level of files in the RocksDB instance, achieve physical isolation of data operations between Regions, and support stably managing more data. Compared with the original TiKV storage engine, using the Partitioned Raft KV storage engine can achieve about twice the write throughput and reduce the elastic scaling time by about 4/5 under the same hardware conditions and mixed read and write scenarios.

In TiDB v7.1.0, the Partitioned Raft KV storage engine is compatible with TiFlash and supports tools such as TiDB Lightning, BR, and TiCDC.
In TiDB v7.1.0, the Partitioned Raft KV storage engine supports tools such as TiDB Lightning, BR, and TiCDC.

Currently, this feature is experimental and not recommended for use in production environments. You can only use this engine in a newly created cluster and you cannot directly upgrade from the original TiKV storage engine.

Expand Down

0 comments on commit cc143a3

Please sign in to comment.