Skip to content

Commit 3314b25

Browse files
committed
adjust content
1 parent a59978e commit 3314b25

8 files changed

Lines changed: 106 additions & 74 deletions

File tree

src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@
2929
> Package Name:timechodb-2.0.8.1-bin.zip</br>
3030
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
3131
32-
V2.0.8.1 introduces the new **Object data type** to table models, enhances **AINode** with covariate-based forecasting and concurrent inference capabilities, optimizes audit logging and full-data synchronization features, and delivers comprehensive improvements to database monitoring, performance, and stability. Detailed release notes are as follows:
33-
34-
* **Storage Module**: Added support for the [Object data type](../Background-knowledge/Data-Type_timecho.md) in table models.
35-
* **Query Module**: Introduced several new system tables:
36-
- [CONNECTIONS](../Reference/System-Tables_timecho.md#_2-18-connections-table) (real-time connection tracking),
37-
- [CURRENT_QUERIES](../Reference/System-Tables_timecho.md#_2-19-current-queries-table) (active query monitoring),
38-
- [QUERIES_COSTS_HISTOGRAM](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-table) (query duration distribution).
39-
* **System Module**: Enhanced the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40-
* **AI Module**: Added support for [covariate-based forecasting and concurrent inference](../AI-capability/AINode_Upgrade_timecho.md).
41-
* **Other Modules**: Upgraded the [OPC UA protocol](../../latest/API/Programming-OPC-UA_timecho.md) to support data push.
32+
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33+
34+
- **Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35+
- **Query Module**: Introduced a new system table for [statistical query latency analysis](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36+
- **Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37+
- **Storage Module**: Optimized the tree model’s [OPC UA protocol](../../latest/API/Programming-OPC-UA_timecho.md).
38+
- **System Module**: Added support for the [Object data type](../Background-knowledge/Data-Type_timecho.md) in table models.
39+
- **System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40+
- **System Module**: Added a new system table to monitor [DataNode connection status](../Reference/System-Tables_timecho.md#_2-18-connections).
41+
- **AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../AI-capability/AINode_Upgrade_timecho.md).
42+
- **AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../AI-capability/AINode_Upgrade_timecho.md).
43+
- **Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44+
- **Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
4245

4346
### V2.0.6.6
4447

src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@
2929
> Package Name:timechodb-2.0.8.1-bin.zip</br>
3030
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
3131
32-
V2.0.8.1 introduces the new **Object data type** to table models, enhances **AINode** with covariate-based forecasting and concurrent inference capabilities, optimizes audit logging and full-data synchronization features, and delivers comprehensive improvements to database monitoring, performance, and stability. Detailed release notes are as follows:
33-
34-
* **Storage Module**: Added support for the [Object data type](../../latest-Table/Background-knowledge/Data-Type_timecho.md) in table models.
35-
* **Query Module**: Introduced several new system tables:
36-
- [CONNECTIONS](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections-table) (real-time connection tracking),
37-
- [CURRENT_QUERIES](../../latest-Table/Reference/System-Tables_timecho.md#_2-19-current-queries-table) (active query monitoring),
38-
- [QUERIES_COSTS_HISTOGRAM](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-table) (query duration distribution).
39-
* **System Module**: Enhanced the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40-
* **AI Module**: Added support for [covariate-based forecasting and concurrent inference](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
41-
* **Other Modules**: Upgraded the [OPC UA protocol](../API/Programming-OPC-UA_timecho.md) to support data push.
32+
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33+
34+
- **Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35+
- **Query Module**: Introduced a new system table for [statistical query latency analysis](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36+
- **Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../../latest-Table/Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../../latest-Table/User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37+
- **Storage Module**: Optimized the tree model’s [OPC UA protocol](../API/Programming-OPC-UA_timecho.md).
38+
- **System Module**: Added support for the [Object data type](../../latest-Table/Background-knowledge/Data-Type_timecho.md) in table models.
39+
- **System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40+
- **System Module**: Added a new system table to monitor [DataNode connection status](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections).
41+
- **AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
42+
- **AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
43+
- **Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44+
- **Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
4245

4346
### V2.0.6.6
4447

@@ -50,7 +53,6 @@ V2.0.8.1 introduces the new **Object data type** to table models, enhances **AIN
5053
V2.0.6.6 primarily optimizes query performance for time series in the tree mode, while delivering comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
5154

5255
* **Query Module**: Improved query performance for `SHOW/COUNT TIMESERIES/DEVICES` statements.
53-
* **Others**: Fixed security vulnerabilities CVE-2025-12183, CVE-2025-66566, and CVE-2025-11226.
5456

5557

5658
### V2.0.6.4

src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@
2929
> Package Name:timechodb-2.0.8.1-bin.zip</br>
3030
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
3131
32-
V2.0.8.1 introduces the new **Object data type** to table models, enhances **AINode** with covariate-based forecasting and concurrent inference capabilities, optimizes audit logging and full-data synchronization features, and delivers comprehensive improvements to database monitoring, performance, and stability. Detailed release notes are as follows:
33-
34-
* **Storage Module**: Added support for the [Object data type](../Background-knowledge/Data-Type_timecho.md) in table models.
35-
* **Query Module**: Introduced several new system tables:
36-
- [CONNECTIONS](../Reference/System-Tables_timecho.md#_2-18-connections-table) (real-time connection tracking),
37-
- [CURRENT_QUERIES](../Reference/System-Tables_timecho.md#_2-19-current-queries-table) (active query monitoring),
38-
- [QUERIES_COSTS_HISTOGRAM](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-table) (query duration distribution).
39-
* **System Module**: Enhanced the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40-
* **AI Module**: Added support for [covariate-based forecasting and concurrent inference](../AI-capability/AINode_Upgrade_timecho.md).
41-
* **Other Modules**: Upgraded the [OPC UA protocol](../../latest/API/Programming-OPC-UA_timecho.md) to support data push.
32+
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33+
34+
- **Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35+
- **Query Module**: Introduced a new system table for [statistical query latency analysis](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36+
- **Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37+
- **Storage Module**: Optimized the tree model’s [OPC UA protocol](../../latest/API/Programming-OPC-UA_timecho.md).
38+
- **System Module**: Added support for the [Object data type](../Background-knowledge/Data-Type_timecho.md) in table models.
39+
- **System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40+
- **System Module**: Added a new system table to monitor [DataNode connection status](../Reference/System-Tables_timecho.md#_2-18-connections).
41+
- **AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../AI-capability/AINode_Upgrade_timecho.md).
42+
- **AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../AI-capability/AINode_Upgrade_timecho.md).
43+
- **Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44+
- **Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
4245

4346
### V2.0.6.6
4447

src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@
2929
> Package Name:timechodb-2.0.8.1-bin.zip</br>
3030
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
3131
32-
V2.0.8.1 introduces the new **Object data type** to table models, enhances **AINode** with covariate-based forecasting and concurrent inference capabilities, optimizes audit logging and full-data synchronization features, and delivers comprehensive improvements to database monitoring, performance, and stability. Detailed release notes are as follows:
33-
34-
* **Storage Module**: Added support for the [Object data type](../../latest-Table/Background-knowledge/Data-Type_timecho.md) in table models.
35-
* **Query Module**: Introduced several new system tables:
36-
- [CONNECTIONS](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections-table) (real-time connection tracking),
37-
- [CURRENT_QUERIES](../../latest-Table/Reference/System-Tables_timecho.md#_2-19-current-queries-table) (active query monitoring),
38-
- [QUERIES_COSTS_HISTOGRAM](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-table) (query duration distribution).
39-
* **System Module**: Enhanced the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40-
* **AI Module**: Added support for [covariate-based forecasting and concurrent inference](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
41-
* **Other Modules**: Upgraded the [OPC UA protocol](../API/Programming-OPC-UA_timecho.md) to support data push.
32+
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33+
34+
- **Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35+
- **Query Module**: Introduced a new system table for [statistical query latency analysis](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36+
- **Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../../latest-Table/Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../../latest-Table/User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37+
- **Storage Module**: Optimized the tree model’s [OPC UA protocol](../API/Programming-OPC-UA_timecho.md).
38+
- **System Module**: Added support for the [Object data type](../../latest-Table/Background-knowledge/Data-Type_timecho.md) in table models.
39+
- **System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40+
- **System Module**: Added a new system table to monitor [DataNode connection status](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections).
41+
- **AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
42+
- **AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
43+
- **Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44+
- **Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
4245

4346
### V2.0.6.6
4447

@@ -50,7 +53,6 @@ V2.0.8.1 introduces the new **Object data type** to table models, enhances **AIN
5053
V2.0.6.6 primarily optimizes query performance for time series in the tree mode, while delivering comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
5154

5255
* **Query Module**: Improved query performance for `SHOW/COUNT TIMESERIES/DEVICES` statements.
53-
* **Others**: Fixed security vulnerabilities CVE-2025-12183, CVE-2025-66566, and CVE-2025-11226.
5456

5557

5658
### V2.0.6.4

src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@
2929
> 安装包名称:timechodb-2.0.8.1-bin.zip</br>
3030
> SHA512 校验码:49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
3131
32-
V2.0.8.1 版本表模型新增 Object 数据类型,AINode 支持协变量预测以及支持并发推理功能,优化审计日志功能及全量数据同步功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下:
33-
34-
* 存储模块:表模型新增 [Object 数据类型](../Background-knowledge/Data-Type_timecho.md)
35-
* 查询模块:表模型新增多个系统表:[CONNECTIONS](../Reference/System-Tables_timecho.md#_2-18-connections-表)(实时连接追踪)、[CURRENT_QUERIES](../Reference/System-Tables_timecho.md#_2-19-current-queries-表)(活跃查询监控)、[QUERIES_COSTS_HISTOGRAM](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-表)(查询耗时分布)
36-
* 系统模块:优化[审计日志](../User-Manual/Audit-Log_timecho.md)功能
37-
* AI 模块:支持[协变量预测及并发推理](../AI-capability/AINode_Upgrade_timecho.md)功能
38-
* 其他模块:升级 [OPC UA 协议](../../latest/API/Programming-OPC-UA_timecho.md),支持数据推送
32+
V2.0.8.1 版本表模型新增Object数据类型,强化升级审计日志功,优化树模型 OPC UA 协议,AINode 支持协变量预测,以及 AINode 支持并发推理等功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下:
33+
34+
- 查询模块:新增 DataNode 可用节点的列表展示,可[查看节点的 RPC 地址和端口](../User-Manual/Maintenance-statement_timecho.md#_1-7-查看可用节点)
35+
- 查询模块:表模型新增[统计查询耗时的系统表](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-表)
36+
- 存储模块:支持通过 SQL 查看[创建表](../Basic-Concept/Table-Management_timecho.md#_1-4-查看表的创建信息)/[视图](../User-Manual/Tree-to-Table_timecho.md#_2-4-查看表视图)的完整定义语句
37+
- 存储模块:优化树模型 [OPC UA 协议](../../latest/API/Programming-OPC-UA_timecho.md)
38+
- 系统模块:表模型新增 [Object 数据类型](../Background-knowledge/Data-Type_timecho.md)
39+
- 系统模块:强化升级[审计日志](../User-Manual/Audit-Log_timecho.md)功能
40+
- 系统模块:表模型新增 DataNode [节点连接情况](../Reference/System-Tables_timecho.md#_2-18-connections-表)的系统表
41+
- AINode:内置 chronos-2 模型,支持[协变量预测](../AI-capability/AINode_Upgrade_timecho.md)功能
42+
- AINode:Timer-XL、Sundial 内置模型支持[并发推理](../AI-capability/AINode_Upgrade_timecho.md)功能
43+
- 流处理模块:创建全量同步 pipe 会[自动拆分](../User-Manual/Data-Sync_timecho.md#_2-1-创建任务)为实时、历史两个独立 pipe,可通过 show pipes 语句分别查看剩余事件数
44+
- 其他:修复安全漏洞 CVE-2025-12183、CVE-2025-66566、CVE-2025-11226
3945

4046
### V2.0.6.6
4147

@@ -46,8 +52,7 @@ V2.0.8.1 版本表模型新增 Object 数据类型,AINode 支持协变量预
4652
4753
V2.0.6.6 版本主要优化了树模型时间序列的查询性能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下:
4854

49-
* 查询模块:优化了 show/count timeseries/devices 的查询性能
50-
* 其他:修复安全漏洞 CVE-2025-12183,CVE-2025-66566 and CVE-2025-11226
55+
* 查询模块:优化了 show/count timeseries/devices 的查询性能
5156

5257
### V2.0.6.4
5358

0 commit comments

Comments
 (0)