Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down Expand Up @@ -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**:

Expand Down Expand Up @@ -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**:

Expand Down
12 changes: 6 additions & 6 deletions src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down Expand Up @@ -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**:

Expand Down Expand Up @@ -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**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30

### 2.1 设置连接的模型

**含义**:将当前连接的 sql_dialect 置为树模型/表模型。
**含义**:将当前连接的 sql_dialect 置为树模型/表模型,在树模型和表模型中均可使用该命令

#### 语法:

Expand Down Expand Up @@ -398,8 +398,8 @@ localOrClusterMode
- **含义**:指定配置热加载的范围。
- **可选性**:可选。默认值为 `CLUSTER`。
- **取值**:
- `ON LOCAL`:只对客户端直连的 DataNode 进行配置热加载。
- `ON CLUSTER`:对集群中所有 DataNode 进行配置热加载。
- `LOCAL`:只对客户端直连的 DataNode 进行配置热加载。
- `CLUSTER`:对集群中所有 DataNode 进行配置热加载。

#### 示例:

Expand Down Expand Up @@ -434,8 +434,8 @@ localOrClusterMode
- **含义**:指定状态变更的范围。
- **可选性**:可选。默认值为 `CLUSTER`。
- **取值**:
- `ON LOCAL`:仅对客户端直连的 DataNode 生效。
- `ON CLUSTER`:对集群中所有 DataNode 生效。
- `LOCAL`:仅对客户端直连的 DataNode 生效。
- `CLUSTER`:对集群中所有 DataNode 生效。

#### 示例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30

### 2.1 设置连接的模型

**含义**:将当前连接的 sql_dialect 置为树模型/表模型。
**含义**:将当前连接的 sql_dialect 置为树模型/表模型,在树模型和表模型中均可使用该命令

#### 语法:

Expand Down Expand Up @@ -398,8 +398,8 @@ localOrClusterMode
- **含义**:指定配置热加载的范围。
- **可选性**:可选。默认值为 `CLUSTER`。
- **取值**:
- `ON LOCAL`:只对客户端直连的 DataNode 进行配置热加载。
- `ON CLUSTER`:对集群中所有 DataNode 进行配置热加载。
- `LOCAL`:只对客户端直连的 DataNode 进行配置热加载。
- `CLUSTER`:对集群中所有 DataNode 进行配置热加载。

#### 示例:

Expand Down Expand Up @@ -434,8 +434,8 @@ localOrClusterMode
- **含义**:指定状态变更的范围。
- **可选性**:可选。默认值为 `CLUSTER`。
- **取值**:
- `ON LOCAL`:仅对客户端直连的 DataNode 生效。
- `ON CLUSTER`:对集群中所有 DataNode 生效。
- `LOCAL`:仅对客户端直连的 DataNode 生效。
- `CLUSTER`:对集群中所有 DataNode 生效。

#### 示例:

Expand Down