Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Dec 13, 2024
1 parent 9ddb00a commit 8562779
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 @@ -71,7 +71,7 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in
> **Note:**
>
> - For the playground operated in the following way, after the test deployment is finished, TiUP will clean up the original cluster data. You will get a new cluster after re-running the command.
> - If you want the data to be persisted on storage, run `tiup --tag <your-tag> playground ...`. For details, refer to [Specify a tag when starting the TiDB cluster to store the data](/tiup/tiup-playground.md#specify-a-tag-when-starting-the-tidb-cluster-to-store-the-data).
> - If you want the data to be persisted on storage, run `tiup playground --tag ${tag_name}`. For details, refer to [Specify a tag when starting the TiDB cluster to store the data](/tiup/tiup-playground.md#specify-a-tag-when-starting-the-tidb-cluster-to-store-the-data).

- To start a TiDB cluster of the latest version with 1 TiDB instance, 1 TiKV instance, 1 PD instance, and 1 TiFlash instance, run the following command:

Expand Down Expand Up @@ -195,7 +195,7 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in
> **Note:**
>
> - For the playground operated in the following way, after the test deployment is finished, TiUP will clean up the original cluster data. You will get a new cluster after re-running the command.
> - If you want the data to be persisted on storage, run `tiup --tag <your-tag> playground ...`. For details, refer to [Specify a tag when starting the TiDB cluster to store the data](/tiup/tiup-playground.md#specify-a-tag-when-starting-the-tidb-cluster-to-store-the-data).
> - If you want the data to be persisted on storage, run `tiup playground --tag ${tag_name}`. For details, refer to [Specify a tag when starting the TiDB cluster to store the data](/tiup/tiup-playground.md#specify-a-tag-when-starting-the-tidb-cluster-to-store-the-data).

- To start a TiDB cluster of the latest version with 1 TiDB instance, 1 TiKV instance, 1 PD instance, and 1 TiFlash instance, run the following command:

Expand Down

0 comments on commit 8562779

Please sign in to comment.