Skip to content

Commit a1275fd

Browse files
authored
tiflash: add config of enable_version_chain (#20347)
1 parent bb755e4 commit a1275fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tiflash/tiflash-configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,13 @@ I/O 限流功能相关配置。
470470
- 默认值:`false`
471471
- 可选值:`true``false`
472472

473+
##### `enable_version_chain` <span class="version-mark">从 v9.0.0 版本开始引入</span>
474+
475+
- 用于控制 TiFlash 实现 MVCC 过滤的算法。如果设置为 `1`,则使用 VersionChain 算法;如果设置为 `0`,则使用 DeltaIndex 算法。
476+
- 通常情况下,采用 VersionChain 算法的扫表性能要明显优于 DeltaIndex 算法,因为 VersionChain 算法可以通过避免对数据进行排序来提升 MVCC 过滤的性能。
477+
- 默认值:`1`
478+
- 可选值:`1``0`
479+
473480
#### security <span class="version-mark">从 v4.0.5 版本开始引入</span>
474481

475482
安全相关配置。

0 commit comments

Comments
 (0)