Skip to content

Commit

Permalink
Update system-variables.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ran <huangran@pingcap.com>
  • Loading branch information
2 people authored and ti-chi-bot committed Apr 25, 2023
1 parent 8bf798a commit eec673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ mysql> SELECT * FROM t1;
- 作用域:NONE
- 默认值:使用的组件和部署方式不同,默认值也不同。
- `/tmp/tidb`:如果你将 [`--store`](/command-line-flags-for-tidb-configuration.md#--store) 设置为 `"unistore"` 或没有设置 `--store`,则默认值为 `/tmp/tidb`
- `${pd-ip}:${pd-port}`如果你使用的是 TiKV(如果使用 TiUP 和 TiDB Operator 部署,则默认的存储引擎为 TiKV),则默认值为 `${pd-ip}:${pd-port}`
- `${pd-ip}:${pd-port}`如果你设置的存储引擎是 TiKV(如果使用 TiUP 和 TiDB Operator 部署,则默认的存储引擎为 TiKV),则默认值为 `${pd-ip}:${pd-port}`
- 这个变量表示数据存储的位置,位置可以是本地路径 `/tmp/tidb`。如果数据存储在 TiKV 上,则可以是指向 PD 服务器的路径。变量值的格式为 `${pd-ip}:${pd-port}`,表示 TiDB 在启动时连接到的 PD 服务器。

### `ddl_slow_threshold`
Expand Down

0 comments on commit eec673f

Please sign in to comment.