*: add TiDB basic features and update overview#2999
Conversation
Co-authored-by: Ran <huangran@pingcap.com>
|
@ran-huang All comments addressed. PTAL again~ Thanks! |
| - **Cloud-native distributed database** | ||
|
|
||
| The following list collects deployment guides and tutorials from the community. The content is subject to change by the contributors. | ||
| TiDB is a distributed database designed for the cloud—public cloud, private cloud, and hybrid cloud. [TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/v1.1/tidb-operator-overview) automates the deployment on various clouds. [TiDB Cloud](https://pingcap.com/products/tidbcloud) (Beta), the fully-managed TiDB service, is the easiest, most economical, and most resilient way to unlock the full power of [TiDB in the cloud](https://docs.pingcap.com/tidbcloud/beta), allowing you to deploy and run TiDB clusters with just a few clicks. |
There was a problem hiding this comment.
TiDB Cloud is a commercial service offering by PingCAP, not a feature of TiDB. But to put it another way, thanks to TiDB's cloud-native, we successfully launched the TiDB Cloud.
There was a problem hiding this comment.
TiDB is a distributed database designed for the cloud, providing flexible scalability, reliability and security on the cloud platform. Users can elastically scale TiDB to meet the requirements of their changing workload. In TiDB, each piece of data has 3 replicas at least, which can be scheduled in different cloud availability zones to tolerate the outage of a whole data center. TiDB Operator helps manage TiDB on Kubernetes and automates tasks related to operating TiDB cluster, which makes TiDB easier to deploy on any cloud that provides managed Kubernetes. TiDB Cloud (Beta), the fully-managed TiDB service, is the easiest, most economical, and most resilient way to unlock the full power of TiDB in the cloud, allowing you to deploy and run TiDB clusters with just a few clicks.
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
|
/merge |
|
Your auto merge job has been accepted, waiting for:
|
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #3098 |
What is changed, added or deleted? (Required)
basic-features.mdkey-features.mdoverview.mdWhich TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?