File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1512,6 +1512,17 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
1512
1512
- 可选值:` PRIORITY_LOW` 、` PRIORITY_NORMAL` 、` PRIORITY_HIGH`
1513
1513
- 这个变量用来设置 ` ADD INDEX` 操作 ` re-organize` 阶段的执行优先级,可设置为 ` PRIORITY_LOW` / ` PRIORITY_NORMAL` / ` PRIORITY_HIGH` 。
1514
1514
1515
+ # ## `tidb_ddl_reorg_max_write_speed` <span class="version-mark">从 v8.5.0 版本开始引入</span>
1516
+
1517
+ - 作用域:GLOBAL
1518
+ - 是否持久化到集群:是
1519
+ - 是否受 Hint [SET_VAR](/ optimizer- hints .md # set_varvar_namevar_value) 控制:否
1520
+ - 类型:整数型
1521
+ - 默认值:` 0`
1522
+ - 范围:` [0, 1125899906842624]` (即最大可设置为 1 PiB)
1523
+ - 这个变量用于限制每个 TiKV 节点写入的带宽,仅在开启添加索引加速功能时生效(由变量 [` tidb_ddl_enable_fast_reorg` ](# tidb_ddl_enable_fast_reorg-从-v630-版本开始引入) 控制)。在数据量特别大的情况下(如数十亿行数据),降低加索引时写入 TiKV 节点的带宽可以有效减少对业务负载的影响。
1524
+ - 默认值 ` 0` 表示不限制写入带宽。默认单位为字节每秒,也可以通过 ` '1GiB'` 、` '256MiB'` 等格式设置该变量。
1525
+
1515
1526
# ## `tidb_ddl_reorg_worker_cnt`
1516
1527
1517
1528
- 作用域:SESSION | GLOBAL
You can’t perform that action at this time.
0 commit comments