V6.1 Raft Engine Storage Engine GA

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: v6.1 Raft Engine 存储引擎 GA

| username: TiDBer_iLonNMYE

Learning about the new features in V6.1, I found that the Raft Engine storage engine has reached GA. The official documentation describes it as follows:
Starting from v6.1.0, TiDB uses the Raft Engine by default as the log storage engine for TiKV. Compared to RocksDB, the new engine can reduce TiKV I/O write traffic by up to 40% and CPU usage by 10%.

In the PCTA v6 training Lesson 03, the TiKV-raft explanation still covers RocksDB Raft. Is there more information about Raft Engine? Besides GitHub.

| username: ShawnYan | Original post link

The v6 courses are all based on 6.0.
You can search for content related to the raft engine here: TiDB 社区搜索

| username: TiDBer_iLonNMYE | Original post link

TiKV uses SSDs, which are friendly for random writes. It seems that Raft Engine will have relatively greater benefits on non-SSD disks.