Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Dec 13, 2024
1 parent 978b247 commit fe3d437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quick-start-with-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TiDB 是一个分布式系统。最基础的 TiDB 测试集群通常由 2 个 Ti

> **注意:**
>
> 按以下方式执行的 playground,在结束部署测试后 TiUP 会清理掉原集群数据,重新执行该命令后会得到一个全新的集群。若希望持久化数据,需要添加 TiUP 的 `--tag` 参数:`tiup playground --tag ${tag_name}`,详见[启动集群时指定 `tag` 以保留数据](/tiup/tiup-playground.md#启动集群时指定-tag-以保留数据)。
> 如果按以下方式执行 playground,在结束部署测试后TiUP 会自动清理掉原集群数据,重新执行命令会得到一个全新的集群。若希望持久化数据,需要在启动集群时添加 TiUP 的 `--tag` 参数:`tiup playground --tag ${tag_name}`,详见[启动集群时指定 `tag` 以保留数据](/tiup/tiup-playground.md#启动集群时指定-tag-以保留数据)。

- 直接执行 `tiup playground` 命令会运行最新版本的 TiDB 集群,其中 TiDB、TiKV、PD 和 TiFlash 实例各 1 个:

Expand Down Expand Up @@ -189,7 +189,7 @@ TiDB 是一个分布式系统。最基础的 TiDB 测试集群通常由 2 个 Ti

> **注意:**
>
> 按以下方式执行的 playground,在结束部署测试后 TiUP 会清理掉原集群数据,重新执行该命令后会得到一个全新的集群。若希望持久化数据,需要添加 TiUP 的 `--tag` 参数:`tiup playground --tag ${tag_name}`,详见[启动集群时指定 `tag` 以保留数据](/tiup/tiup-playground.md#启动集群时指定-tag-以保留数据)。
> 如果按以下方式执行 playground,在结束部署测试后TiUP 会自动清理掉原集群数据,重新执行命令会得到一个全新的集群。若希望持久化数据,需要在启动集群时添加 TiUP 的 `--tag` 参数:`tiup playground --tag ${tag_name}`,详见[启动集群时指定 `tag` 以保留数据](/tiup/tiup-playground.md#启动集群时指定-tag-以保留数据)。

- 直接运行 `tiup playground` 命令会运行最新版本的 TiDB 集群,其中 TiDB、TiKV、PD 和 TiFlash 实例各 1 个:

Expand Down

0 comments on commit fe3d437

Please sign in to comment.