This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new acc1301d add show regions ton maintenance statements (#866)
acc1301d is described below

commit acc1301df542db434724068e0f1c101d053961de
Author: leto-b <[email protected]>
AuthorDate: Thu Dec 4 17:13:34 2025 +0800

    add show regions ton maintenance statements (#866)
---
 .../Table/SQL-Manual/SQL-Maintenance-Statements.md | 32 +++++++++++++++++++++
 .../Table/User-Manual/Maintenance-commands.md      | 32 +++++++++++++++++++++
 .../Tree/User-Manual/Maintenance-commands.md       | 32 +++++++++++++++++++++
 .../V1.3.x/User-Manual/Maintenance-commands.md     | 32 +++++++++++++++++++++
 .../dev-1.3/User-Manual/Maintenance-commands.md    | 32 +++++++++++++++++++++
 .../SQL-Manual/SQL-Maintenance-Statements.md       | 32 +++++++++++++++++++++
 .../User-Manual/Maintenance-commands.md            | 31 ++++++++++++++++++++
 .../latest/User-Manual/Maintenance-commands.md     | 31 ++++++++++++++++++++
 .../Table/SQL-Manual/SQL-Maintenance-Statements.md | 32 +++++++++++++++++++++
 .../Table/User-Manual/Maintenance-statement.md     | 32 +++++++++++++++++++++
 .../Tree/User-Manual/Maintenance-statement.md      | 32 +++++++++++++++++++++
 .../V1.3.x/User-Manual/Maintenance-statement.md    | 33 ++++++++++++++++++++++
 .../dev-1.3/User-Manual/Maintenance-statement.md   | 31 ++++++++++++++++++++
 .../SQL-Manual/SQL-Maintenance-Statements.md       | 31 ++++++++++++++++++++
 .../User-Manual/Maintenance-statement.md           | 31 ++++++++++++++++++++
 .../latest/User-Manual/Maintenance-statement.md    | 33 ++++++++++++++++++++++
 16 files changed, 509 insertions(+)

diff --git 
a/src/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md 
b/src/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md
index 9e3156a7..1a72ce7f 100644
--- a/src/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md
+++ b/src/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md
@@ -194,6 +194,38 @@ IoTDB> SHOW CURRENT_TIMESTAMP
 +-----------------------------+
 ```
 
+
+### 1.8 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. Status Configuration
 
 ### 2.1 Set Connection Tree/Table Model
diff --git a/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md 
b/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md
index fd394bad..f77af49c 100644
--- a/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md
+++ b/src/UserGuide/Master/Table/User-Manual/Maintenance-commands.md
@@ -306,6 +306,38 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30;
 
+-----------------------+-----------------------------+-----------+------------+------------+----+
 ```
 
+
+### 1.9 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. Status Setting
 
 ### 2.1 Setting the Connected Model
diff --git a/src/UserGuide/Master/Tree/User-Manual/Maintenance-commands.md 
b/src/UserGuide/Master/Tree/User-Manual/Maintenance-commands.md
index ecb8c796..27a286b5 100644
--- a/src/UserGuide/Master/Tree/User-Manual/Maintenance-commands.md
+++ b/src/UserGuide/Master/Tree/User-Manual/Maintenance-commands.md
@@ -213,6 +213,38 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 ```
 
 
+### 1.6 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. Status Setting
 
 ### 2.1 Setting the Connected Model
diff --git a/src/UserGuide/V1.3.x/User-Manual/Maintenance-commands.md 
b/src/UserGuide/V1.3.x/User-Manual/Maintenance-commands.md
index 261ec4f8..0e00ac5c 100644
--- a/src/UserGuide/V1.3.x/User-Manual/Maintenance-commands.md
+++ b/src/UserGuide/V1.3.x/User-Manual/Maintenance-commands.md
@@ -185,6 +185,38 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 ```
 
 
+### 1.5 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. Status Setting
 
 ### 2.1 Updating Configuration Items
diff --git a/src/UserGuide/dev-1.3/User-Manual/Maintenance-commands.md 
b/src/UserGuide/dev-1.3/User-Manual/Maintenance-commands.md
index 261ec4f8..0e00ac5c 100644
--- a/src/UserGuide/dev-1.3/User-Manual/Maintenance-commands.md
+++ b/src/UserGuide/dev-1.3/User-Manual/Maintenance-commands.md
@@ -185,6 +185,38 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 ```
 
 
+### 1.5 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. Status Setting
 
 ### 2.1 Updating Configuration Items
diff --git 
a/src/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md 
b/src/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md
index 9e3156a7..1a72ce7f 100644
--- a/src/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md
+++ b/src/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md
@@ -194,6 +194,38 @@ IoTDB> SHOW CURRENT_TIMESTAMP
 +-----------------------------+
 ```
 
+
+### 1.8 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. Status Configuration
 
 ### 2.1 Set Connection Tree/Table Model
diff --git a/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md 
b/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md
index e17a1c69..f77af49c 100644
--- a/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md
+++ b/src/UserGuide/latest-Table/User-Manual/Maintenance-commands.md
@@ -307,6 +307,37 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30;
 ```
 
 
+### 1.9 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. Status Setting
 
 ### 2.1 Setting the Connected Model
diff --git a/src/UserGuide/latest/User-Manual/Maintenance-commands.md 
b/src/UserGuide/latest/User-Manual/Maintenance-commands.md
index ecb8c796..070c0d24 100644
--- a/src/UserGuide/latest/User-Manual/Maintenance-commands.md
+++ b/src/UserGuide/latest/User-Manual/Maintenance-commands.md
@@ -212,6 +212,37 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 
+-----------------------------+-----------------------+----------+-----------+--------------------------------------+
 ```
 
+### 1.6 Viewing Region Information
+
+**Description**: Displays regions' information of the current cluster.
+
+**Syntax**:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+**Example**:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+**Result**:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
 
 ## 2. Status Setting
 
diff --git 
a/src/zh/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md 
b/src/zh/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md
index ce36eaaa..a04f40b9 100644
--- a/src/zh/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md
+++ b/src/zh/UserGuide/Master/Table/SQL-Manual/SQL-Maintenance-Statements.md
@@ -194,6 +194,38 @@ IoTDB> SHOW CURRENT_TIMESTAMP
 +-----------------------------+
 ```
 
+
+### 1.8 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. 状态设置
 
 ### 2.1 设置连接的树/表模型
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 c1f3b169..2a3845f9 100644
--- a/src/zh/UserGuide/Master/Table/User-Manual/Maintenance-statement.md
+++ b/src/zh/UserGuide/Master/Table/User-Manual/Maintenance-statement.md
@@ -306,6 +306,38 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30
 
+-----------------------+-----------------------------+-----------+------------+------------+----+
 ```
 
+
+### 1.9 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. 状态设置
 
 ### 2.1 设置连接的模型
diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Maintenance-statement.md 
b/src/zh/UserGuide/Master/Tree/User-Manual/Maintenance-statement.md
index 0e49726d..82a6746e 100644
--- a/src/zh/UserGuide/Master/Tree/User-Manual/Maintenance-statement.md
+++ b/src/zh/UserGuide/Master/Tree/User-Manual/Maintenance-statement.md
@@ -212,6 +212,38 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 
+-----------------------------+-----------------------+----------+-----------+--------------------------------------+
 ```
 
+### 1.6 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. 状态设置
 
 ### 2.1 设置连接的模型
diff --git a/src/zh/UserGuide/V1.3.x/User-Manual/Maintenance-statement.md 
b/src/zh/UserGuide/V1.3.x/User-Manual/Maintenance-statement.md
index e5d5b095..ef317c17 100644
--- a/src/zh/UserGuide/V1.3.x/User-Manual/Maintenance-statement.md
+++ b/src/zh/UserGuide/V1.3.x/User-Manual/Maintenance-statement.md
@@ -184,6 +184,39 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 
+-----------------------------+-----------------------+----------+-----------+--------------------------------------+
 ```
 
+
+### 1.5 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. 状态设置
 
 ### 2.1 更新配置项
diff --git a/src/zh/UserGuide/dev-1.3/User-Manual/Maintenance-statement.md 
b/src/zh/UserGuide/dev-1.3/User-Manual/Maintenance-statement.md
index 95b8f83b..4d9c7b13 100644
--- a/src/zh/UserGuide/dev-1.3/User-Manual/Maintenance-statement.md
+++ b/src/zh/UserGuide/dev-1.3/User-Manual/Maintenance-statement.md
@@ -184,6 +184,37 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 
+-----------------------------+-----------------------+----------+-----------+--------------------------------------+
 ```
 
+### 1.5 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
 ## 2. 状态设置
 
 ### 2.1 更新配置项
diff --git 
a/src/zh/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md 
b/src/zh/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md
index ce36eaaa..4bcac140 100644
--- a/src/zh/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md
+++ b/src/zh/UserGuide/latest-Table/SQL-Manual/SQL-Maintenance-Statements.md
@@ -194,6 +194,37 @@ IoTDB> SHOW CURRENT_TIMESTAMP
 +-----------------------------+
 ```
 
+### 1.8 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. 状态设置
 
 ### 2.1 设置连接的树/表模型
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 c1f3b169..99b6e36e 100644
--- a/src/zh/UserGuide/latest-Table/User-Manual/Maintenance-statement.md
+++ b/src/zh/UserGuide/latest-Table/User-Manual/Maintenance-statement.md
@@ -306,6 +306,37 @@ IoTDB> SHOW QUERIES WHERE elapsed_time > 30
 
+-----------------------+-----------------------------+-----------+------------+------------+----+
 ```
 
+### 1.9 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|  
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       6|SchemaRegion|Running|tcollector|          670|          0|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.194|          |
+|       7|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.196| 169.85 KB|
+|       8|  DataRegion|Running|tcollector|          335|        335|         
1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.198| 161.63 KB|
++--------+------------+-------+----------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. 状态设置
 
 ### 2.1 设置连接的模型
diff --git a/src/zh/UserGuide/latest/User-Manual/Maintenance-statement.md 
b/src/zh/UserGuide/latest/User-Manual/Maintenance-statement.md
index 0e49726d..c32cdc20 100644
--- a/src/zh/UserGuide/latest/User-Manual/Maintenance-statement.md
+++ b/src/zh/UserGuide/latest/User-Manual/Maintenance-statement.md
@@ -212,6 +212,39 @@ IoTDB> SHOW QUERIES WHERE elapsedtime > 0.003
 
+-----------------------------+-----------------------+----------+-----------+--------------------------------------+
 ```
 
+
+### 1.6 查看分区信息
+
+**含义**:返回当前集群的分区信息。
+
+#### 语法:
+
+```SQL
+showRegionsStatement
+    : SHOW REGIONS
+    ;
+```
+
+#### 示例:
+
+```SQL
+IoTDB> SHOW REGIONS
+```
+
+执行结果如下:
+
+```SQL
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|RegionId|        Type| Status|     
Database|SeriesSlotNum|TimeSlotNum|DataNodeId|RpcAddress|RpcPort|InternalAddress|
  Role|             CreateTime|TsFileSize|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+|       9|SchemaRegion|Running|root.__system|           21|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.555|          |
+|      10|  DataRegion|Running|root.__system|           21|         21|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-01T17:37:01.556|   8.27 KB|
+|      65|SchemaRegion|Running|      root.ln|            1|          0|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.113|          |
+|      66|  DataRegion|Running|      root.ln|            1|          1|        
 1|   0.0.0.0|   6667|      127.0.0.1|Leader|2025-08-25T14:46:50.425|     524 B|
++--------+------------+-------+-------------+-------------+-----------+----------+----------+-------+---------------+------+-----------------------+----------+
+```
+
+
 ## 2. 状态设置
 
 ### 2.1 设置连接的模型

Reply via email to