From a1f52dd5c5dec29f9be432fc678e00af0f081275 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Wed, 22 Jul 2020 15:08:06 +0800 Subject: [PATCH 1/2] Add a Q&A related to public cloud in TiDB FAQ --- faq/tidb-faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/faq/tidb-faq.md b/faq/tidb-faq.md index be79191fcde97..25a191a7e75dd 100644 --- a/faq/tidb-faq.md +++ b/faq/tidb-faq.md @@ -1115,6 +1115,14 @@ The `QPS` statistics is about all the SQL statements, including `use database`, The `Statement OPS` statistics is only about applications related SQL statements, including `select`, `update` and `insert`, therefore the `Statement OPS` statistics matches the applications better. +### Public cloud + +#### What cloud vendors are currently supported by TiDB? + +TiDB supports deployment on [Google GKE](https://pingcap.com/docs-cn/tidb-in-kubernetes/stable/deploy-on-gcp-gke/), [AWS EKS](https://pingcap.com/docs-cn/tidb-in-kubernetes/stable/deploy-on-aws-eks/) and [Alibaba Cloud ACK](https://pingcap.com/docs-cn/tidb-in-kubernetes/stable/deploy-on-alibaba-cloud/). + +In addition, TiDB is currently available on JD Cloud and UCloud, and has the first-level database entries on them. + ## Troubleshoot ### TiDB custom error messages From 003c78dc34e45075d5abf52b3b7a4f4982cef019 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Wed, 22 Jul 2020 20:15:34 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- faq/tidb-faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/faq/tidb-faq.md b/faq/tidb-faq.md index 25a191a7e75dd..b04ad08d93d65 100644 --- a/faq/tidb-faq.md +++ b/faq/tidb-faq.md @@ -1115,11 +1115,13 @@ The `QPS` statistics is about all the SQL statements, including `use database`, The `Statement OPS` statistics is only about applications related SQL statements, including `select`, `update` and `insert`, therefore the `Statement OPS` statistics matches the applications better. +## Deployment on the cloud + ### Public cloud #### What cloud vendors are currently supported by TiDB? -TiDB supports deployment on [Google GKE](https://pingcap.com/docs-cn/tidb-in-kubernetes/stable/deploy-on-gcp-gke/), [AWS EKS](https://pingcap.com/docs-cn/tidb-in-kubernetes/stable/deploy-on-aws-eks/) and [Alibaba Cloud ACK](https://pingcap.com/docs-cn/tidb-in-kubernetes/stable/deploy-on-alibaba-cloud/). +TiDB supports deployment on [Google GKE](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-gcp-gke), [AWS EKS](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-aws-eks) and [Alibaba Cloud ACK](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-on-alibaba-cloud). In addition, TiDB is currently available on JD Cloud and UCloud, and has the first-level database entries on them.