diff --git a/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md b/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md index 09961050d..ddf9e9ef4 100644 --- a/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md +++ b/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md @@ -308,7 +308,7 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30; #### 2.1 Setting the Connected Model -**Description**: Sets the current SQL dialect model to `Tree` or `Table`. +**Description**: Sets the current SQL dialect model to `Tree` or `Table` which can be used in both tree and table models. **Syntax**: @@ -396,8 +396,8 @@ localOrClusterMode 1. Specifies the scope of configuration loading. 2. Default: `CLUSTER`. 3. Values: - - `ON LOCAL`: Loads configuration only on the DataNode directly connected to the client. - - `ON CLUSTER`: Loads configuration on all DataNodes in the cluster. + - `LOCAL`: Loads configuration only on the DataNode directly connected to the client. + - `CLUSTER`: Loads configuration on all DataNodes in the cluster. **Example**: @@ -427,9 +427,9 @@ localOrClusterMode 1. **RUNNING**: Sets the system to running mode, allowing both read and write operations. 2. **READONLY**: Sets the system to read-only mode, allowing only read operations and prohibiting writes. 2. **localOrClusterMode** **(Optional):** - 1. **ON LOCAL**: Applies the status change only to the DataNode directly connected to the client. - 2. **ON CLUSTER**: Applies the status change to all DataNodes in the cluster. - 3. **Default**: `ON ``CLUSTER`. + 1. **LOCAL**: Applies the status change only to the DataNode directly connected to the client. + 2. **CLUSTER**: Applies the status change to all DataNodes in the cluster. + 3. **Default**: `ON CLUSTER`. **Example**: diff --git a/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md b/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md index 09961050d..ddf9e9ef4 100644 --- a/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md +++ b/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md @@ -308,7 +308,7 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30; #### 2.1 Setting the Connected Model -**Description**: Sets the current SQL dialect model to `Tree` or `Table`. +**Description**: Sets the current SQL dialect model to `Tree` or `Table` which can be used in both tree and table models. **Syntax**: @@ -396,8 +396,8 @@ localOrClusterMode 1. Specifies the scope of configuration loading. 2. Default: `CLUSTER`. 3. Values: - - `ON LOCAL`: Loads configuration only on the DataNode directly connected to the client. - - `ON CLUSTER`: Loads configuration on all DataNodes in the cluster. + - `LOCAL`: Loads configuration only on the DataNode directly connected to the client. + - `CLUSTER`: Loads configuration on all DataNodes in the cluster. **Example**: @@ -427,9 +427,9 @@ localOrClusterMode 1. **RUNNING**: Sets the system to running mode, allowing both read and write operations. 2. **READONLY**: Sets the system to read-only mode, allowing only read operations and prohibiting writes. 2. **localOrClusterMode** **(Optional):** - 1. **ON LOCAL**: Applies the status change only to the DataNode directly connected to the client. - 2. **ON CLUSTER**: Applies the status change to all DataNodes in the cluster. - 3. **Default**: `ON ``CLUSTER`. + 1. **LOCAL**: Applies the status change only to the DataNode directly connected to the client. + 2. **CLUSTER**: Applies the status change to all DataNodes in the cluster. + 3. **Default**: `ON CLUSTER`. **Example**: diff --git a/src/zh/UserGuide/Master/Table/User-Manual/Maintenance-statement.md b/src/zh/UserGuide/Master/Table/User-Manual/Maintenance-statement.md index 525a4bde1..2474f9342 100644 --- a/src/zh/UserGuide/Master/Table/User-Manual/Maintenance-statement.md +++ b/src/zh/UserGuide/Master/Table/User-Manual/Maintenance-statement.md @@ -308,7 +308,7 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30 ### 2.1 设置连接的模型 -**含义**:将当前连接的 sql_dialect 置为树模型/表模型。 +**含义**:将当前连接的 sql_dialect 置为树模型/表模型,在树模型和表模型中均可使用该命令。 #### 语法: @@ -398,8 +398,8 @@ localOrClusterMode - **含义**:指定配置热加载的范围。 - **可选性**:可选。默认值为 `CLUSTER`。 - **取值**: - - `ON LOCAL`:只对客户端直连的 DataNode 进行配置热加载。 - - `ON CLUSTER`:对集群中所有 DataNode 进行配置热加载。 + - `LOCAL`:只对客户端直连的 DataNode 进行配置热加载。 + - `CLUSTER`:对集群中所有 DataNode 进行配置热加载。 #### 示例: @@ -434,8 +434,8 @@ localOrClusterMode - **含义**:指定状态变更的范围。 - **可选性**:可选。默认值为 `CLUSTER`。 - **取值**: - - `ON LOCAL`:仅对客户端直连的 DataNode 生效。 - - `ON CLUSTER`:对集群中所有 DataNode 生效。 + - `LOCAL`:仅对客户端直连的 DataNode 生效。 + - `CLUSTER`:对集群中所有 DataNode 生效。 #### 示例: diff --git a/src/zh/UserGuide/latest-Table/User-Manual/Maintenance-statement.md b/src/zh/UserGuide/latest-Table/User-Manual/Maintenance-statement.md index 525a4bde1..2474f9342 100644 --- a/src/zh/UserGuide/latest-Table/User-Manual/Maintenance-statement.md +++ b/src/zh/UserGuide/latest-Table/User-Manual/Maintenance-statement.md @@ -308,7 +308,7 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30 ### 2.1 设置连接的模型 -**含义**:将当前连接的 sql_dialect 置为树模型/表模型。 +**含义**:将当前连接的 sql_dialect 置为树模型/表模型,在树模型和表模型中均可使用该命令。 #### 语法: @@ -398,8 +398,8 @@ localOrClusterMode - **含义**:指定配置热加载的范围。 - **可选性**:可选。默认值为 `CLUSTER`。 - **取值**: - - `ON LOCAL`:只对客户端直连的 DataNode 进行配置热加载。 - - `ON CLUSTER`:对集群中所有 DataNode 进行配置热加载。 + - `LOCAL`:只对客户端直连的 DataNode 进行配置热加载。 + - `CLUSTER`:对集群中所有 DataNode 进行配置热加载。 #### 示例: @@ -434,8 +434,8 @@ localOrClusterMode - **含义**:指定状态变更的范围。 - **可选性**:可选。默认值为 `CLUSTER`。 - **取值**: - - `ON LOCAL`:仅对客户端直连的 DataNode 生效。 - - `ON CLUSTER`:对集群中所有 DataNode 生效。 + - `LOCAL`:仅对客户端直连的 DataNode 生效。 + - `CLUSTER`:对集群中所有 DataNode 生效。 #### 示例: