Skip to content

Commit 1e2328b

Browse files
committed
update version num
1 parent 3a0b049 commit 1e2328b

16 files changed

Lines changed: 20 additions & 36 deletions

File tree

src/UserGuide/Master/Table/Reference/System-Tables_apache.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323

2424
IoTDB has a built-in system database called `INFORMATION_SCHEMA`, which contains a series of system tables for storing IoTDB runtime information (such as currently executing SQL statements, etc.). Currently, the `INFORMATION_SCHEMA` database only supports read operations.
2525

26-
> 💡 **[V2.0.8-beta Version Update]**<br>
27-
> 👉 Added four system tables: **[CONNECTIONS](#_2-18-connections)** (real-time connection tracking), **[CURRENT_QUERIES](#_2-19-current-queries)** (active query monitoring), **[QUERIES_COSTS_HISTOGRAM](#_2-20-queries-costs-histogram)** (query latency distribution), **[SERVICES](#_2-21-services)** (service status management), enhancing cluster maintenance and performance analysis.
28-
29-
3026
## 1. System Database
3127

3228
***Name**​: `INFORMATION_SCHEMA`

src/UserGuide/Master/Table/Reference/System-Tables_timecho.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
IoTDB has a built-in system database called `INFORMATION_SCHEMA`, which contains a series of system tables for storing IoTDB runtime information (such as currently executing SQL statements, etc.). Currently, the `INFORMATION_SCHEMA` database only supports read operations.
2525

26-
> 💡 **[V2.0.8 Version Update]**<br>
27-
> 👉 Added four system tables: **[CONNECTIONS](#_2-18-connections)** (real-time connection tracking), **[CURRENT_QUERIES](#_2-19-current-queries)** (active query monitoring), **[QUERIES_COSTS_HISTOGRAM](#_2-20-queries-costs-histogram)** (query latency distribution), **[SERVICES](#_2-21-services)** (service status management), enhancing cluster maintenance and performance analysis.
26+
> 💡 **[V2.0.8.2 Version Update]**<br>
27+
> 👉 Added onw system tables: **[SERVICES](#_2-21-services)** (service status management), enhancing cluster maintenance and performance analysis.
2828
2929

3030
## 1. System Database
@@ -693,7 +693,7 @@ IoTDB> select * from information_schema.queries_costs_histogram limit 10
693693

694694
### 2.21 SERVICES
695695

696-
> This system table is available starting from version V 2.0.8
696+
> This system table is available starting from version V 2.0.8.2
697697
698698
* Displays services (MQTT service, REST service) on all active DataNodes (with RUNNING or READ-ONLY status).
699699
* Table structure:

src/UserGuide/Master/Table/User-Manual/Maintenance-commands_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ IoTDB> SHOW AVAILABLE URLS
371371

372372
**Description**: Returns service information (MQTT service, REST service) on all active DataNodes (in RUNNING or READ-ONLY state) in the current cluster.
373373

374-
> Supported since V2.0.8
374+
> Supported since V2.0.8.2
375375
376376
#### Syntax:
377377
```sql

src/UserGuide/Master/Tree/User-Manual/Maintenance-commands_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ IoTDB> SHOW AVAILABLE URLS
277277

278278
**Description**: Returns service information (MQTT service, REST service) on all active DataNodes (in RUNNING or READ-ONLY state) in the current cluster.
279279

280-
> This feature is supported starting from v2.0.8.
280+
> This feature is supported starting from v2.0.8.2.
281281
282282
#### Syntax:
283283
```sql

src/UserGuide/latest-Table/Reference/System-Tables_apache.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323

2424
IoTDB has a built-in system database called `INFORMATION_SCHEMA`, which contains a series of system tables for storing IoTDB runtime information (such as currently executing SQL statements, etc.). Currently, the `INFORMATION_SCHEMA` database only supports read operations.
2525

26-
> 💡 **[V2.0.8-beta Version Update]**<br>
27-
> 👉 Added four system tables: **[CONNECTIONS](#_2-18-connections)** (real-time connection tracking), **[CURRENT_QUERIES](#_2-19-current-queries)** (active query monitoring), **[QUERIES_COSTS_HISTOGRAM](#_2-20-queries-costs-histogram)** (query latency distribution), **[SERVICES](#_2-21-services)** (service status management), enhancing cluster maintenance and performance analysis.
28-
29-
3026
## 1. System Database
3127

3228
***Name**​: `INFORMATION_SCHEMA`

src/UserGuide/latest-Table/Reference/System-Tables_timecho.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
IoTDB has a built-in system database called `INFORMATION_SCHEMA`, which contains a series of system tables for storing IoTDB runtime information (such as currently executing SQL statements, etc.). Currently, the `INFORMATION_SCHEMA` database only supports read operations.
2525

26-
> 💡 **[V2.0.8 Version Update]**<br>
27-
> 👉 Added four system tables: **[CONNECTIONS](#_2-18-connections)** (real-time connection tracking), **[CURRENT_QUERIES](#_2-19-current-queries)** (active query monitoring), **[QUERIES_COSTS_HISTOGRAM](#_2-20-queries-costs-histogram)** (query latency distribution), **[SERVICES](#_2-21-services)** (service status management), enhancing cluster maintenance and performance analysis.
26+
> 💡 **[V2.0.8.2 Version Update]**<br>
27+
> 👉 Added onw system tables: **[SERVICES](#_2-21-services)** (service status management), enhancing cluster maintenance and performance analysis.
2828
2929

3030
## 1. System Database
@@ -693,7 +693,7 @@ IoTDB> select * from information_schema.queries_costs_histogram limit 10
693693

694694
### 2.21 SERVICES
695695

696-
> This system table is available starting from version V 2.0.8
696+
> This system table is available starting from version V 2.0.8.2
697697
698698
* Displays services (MQTT service, REST service) on all active DataNodes (with RUNNING or READ-ONLY status).
699699
* Table structure:

src/UserGuide/latest-Table/User-Manual/Maintenance-commands_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ IoTDB> SHOW AVAILABLE URLS
371371

372372
**Description**: Returns service information (MQTT service, REST service) on all active DataNodes (in RUNNING or READ-ONLY state) in the current cluster.
373373

374-
> Supported since V2.0.8
374+
> Supported since V2.0.8.2
375375
376376
#### Syntax:
377377
```sql

src/UserGuide/latest/User-Manual/Maintenance-commands_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ IoTDB> SHOW AVAILABLE URLS
277277

278278
**Description**: Returns service information (MQTT service, REST service) on all active DataNodes (in RUNNING or READ-ONLY state) in the current cluster.
279279

280-
> This feature is supported starting from v2.0.8.
280+
> This feature is supported starting from v2.0.8.2.
281281
282282
#### Syntax:
283283
```sql

src/zh/UserGuide/Master/Table/Reference/System-Tables_apache.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323

2424
IoTDB 内置系统数据库 `INFORMATION_SCHEMA`,其中包含一系列系统表,用于存储 IoTDB 运行时信息(如当前正在执行的 SQL 语句等)。目前`INFORMATION_SCHEMA`数据库只支持读操作。
2525

26-
> 💡 **【V2.0.8-beta 版本更新】**<br>
27-
> 👉 新增四张系统表:**[CONNECTIONS](../Reference/System-Tables_timecho.md#_2-18-connections-表)**(实时连接追踪)、**[CURRENT\_QUERIES](#_2-19-current-queries-表)**(活跃查询监控)、**[QUERIES\_COSTS\_HISTOGRAM](#_2-20-queries-costs-histogram-表)**(查询耗时分布)、**[SERVICES](#_2-21-services-表)**(服务状态管理),助力集群运维与性能分析。
28-
29-
3026
## 1. 系统库
3127

3228
* 名称:`INFORMATION_SCHEMA`

src/zh/UserGuide/Master/Table/Reference/System-Tables_timecho.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
IoTDB 内置系统数据库 `INFORMATION_SCHEMA`,其中包含一系列系统表,用于存储 IoTDB 运行时信息(如当前正在执行的 SQL 语句等)。目前`INFORMATION_SCHEMA`数据库只支持读操作。
2525

26-
> 💡 **【V2.0.8 版本更新】**<br>
27-
> 👉 新增四张系统表:**[CONNECTIONS](../Reference/System-Tables_timecho.md#_2-18-connections-表)**(实时连接追踪)、**[CURRENT\_QUERIES](#_2-19-current-queries-表)**(活跃查询监控)、**[QUERIES\_COSTS\_HISTOGRAM](#_2-20-queries-costs-histogram-表)**(查询耗时分布)、**[SERVICES](#_2-21-services-表)**(服务状态管理),助力集群运维与性能分析。
26+
> 💡 **【V2.0.8.2 版本更新】**<br>
27+
> 👉 新增一张系统表:**[SERVICES](#_2-21-services-表)**(服务状态管理),助力集群运维与性能分析。
2828
2929
## 1. 系统库
3030

@@ -685,7 +685,7 @@ IoTDB> select * from information_schema.queries_costs_histogram limit 10
685685

686686
### 2.21 SERVICES 表
687687

688-
> 该系统表从 V 2.0.8 版本开始提供
688+
> 该系统表从 V 2.0.8.2 版本开始提供
689689
690690
* 可展示所有正常工作(RUNNING 或 READ-ONLY) DN 上的服务(MQTT 服务、REST 服务)。
691691
* 表结构如下表所示:

0 commit comments

Comments
 (0)