From bc7e1ba3c82d654f0ccca87075fb70bd0d8dd331 Mon Sep 17 00:00:00 2001 From: Xiaxin Li Date: Fri, 11 Jun 2021 13:17:29 +0800 Subject: [PATCH] Update docs.md update title of cluster.md --- documentation20/en/10.cluster/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation20/en/10.cluster/docs.md b/documentation20/en/10.cluster/docs.md index 87c62e8e98..d7d908ff42 100644 --- a/documentation20/en/10.cluster/docs.md +++ b/documentation20/en/10.cluster/docs.md @@ -1,4 +1,4 @@ -# Installation and Management of TDengine Cluster +# TDengine Cluster Management Multiple TDengine servers, that is, multiple running instances of taosd, can form a cluster to ensure the highly reliable operation of TDengine and provide scale-out features. To understand cluster management in TDengine 2.0, it is necessary to understand the basic concepts of clustering. Please refer to the chapter "Overall Architecture of TDengine 2.0". And before installing the cluster, please follow the chapter ["Getting started"](https://www.taosdata.com/en/documentation/getting-started/) to install and experience the single node function.