From 08a727c5e0186d6178b5b78090ddb83fa28866d7 Mon Sep 17 00:00:00 2001 From: Erik Thiart Date: Fri, 16 May 2025 12:20:51 +0200 Subject: [PATCH] Update Deployment-form_apache.md Added a spacing between method and standalone. --- .../Deployment-and-Maintenance/Deployment-form_apache.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Deployment-form_apache.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Deployment-form_apache.md index eec5edf92..28b29c166 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Deployment-form_apache.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Deployment-form_apache.md @@ -28,7 +28,7 @@ An IoTDB standalone instance includes 1 ConfigNode and 1 DataNode, referred to a - **Features**: Easy for developers to install and deploy, with lower deployment and maintenance costs, and convenient operation. - **Applicable scenarios**: Situations with limited resources or where high availability is not a critical requirement, such as edge servers. -- **Deployment method**:[Stand-Alone Deployment](../Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md) +- **Deployment method**: [Stand-Alone Deployment](../Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md) ## 2. Cluster Mode @@ -49,4 +49,4 @@ An IoTDB cluster instance consists of 3 ConfigNodes and no fewer than 3 DataNode | Scalability | Scalable by adding DataNodes to improve performance | Scalable by adding DataNodes to improve performance | | Performance | Scalable with the number of DataNodes | Scalable with the number of DataNodes | -- The deployment steps for standalone mode and cluster mode are similar (adding ConfigNodes and DataNodes one by one), with the only differences being the number of replicas and the minimum number of nodes required to provide services. \ No newline at end of file +- The deployment steps for standalone mode and cluster mode are similar (adding ConfigNodes and DataNodes one by one), with the only differences being the number of replicas and the minimum number of nodes required to provide services.