Skip to content

Commit 86f4796

Browse files
committed
Update pd-configuration-file.md
1 parent 14c5f87 commit 86f4796

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pd-configuration-file.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,17 @@ PD 中内置的 [Resource Control](/tidb-resource-control-ru-groups.md) 相关
585585
+ 默认值: 1/1024
586586
+ 1 RU = 1 KiB 写入字节
587587

588-
#### `read-cpu-ms-cost`
588+
#### `read-cpu-ms-cost-pu`
589589

590590
+ CPU 转换成 RU 的基准系数
591591
+ 默认值: 1/3
592-
+ 1 RU = 3 毫秒 CPU 时间
592+
+ 1 RU = 3 毫秒 CPU 时间
593+
594+
#### `read-per-batch-base-cost`
595+
596+
+ 每次读请求转换成 RU 的基准系数
597+
+ 默认值: 0.5
598+
599+
### `write-cpu-ms-cost`
600+
601+
+ 对于写操作,CPU 转换成 RU 的基准系数

0 commit comments

Comments
 (0)