Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Dec 13, 2024
1 parent 6f9c535 commit 988cba3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions quick-start-with-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ TiDB 是一个分布式系统。最基础的 TiDB 测试集群通常由 2 个 Ti

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

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

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

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

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

Expand Down

0 comments on commit 988cba3

Please sign in to comment.