Skip to content

Commit a59978e

Browse files
committed
update release history timecho 2081
1 parent 68909af commit a59978e

8 files changed

Lines changed: 133 additions & 3 deletions

File tree

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@
2222

2323
## 1. TimechoDB (Database Core)
2424

25+
### V2.0.8.1
26+
27+
> Release Date: 2026.02.04</br>
28+
> Download Link: Please contact Timecho Team to obtain the download link</br>
29+
> Package Name:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
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.
42+
2543
### V2.0.6.6
2644

2745
> Release Date: 2026.01.20</br>

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

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@
2222

2323
## 1. TimechoDB (Database Core)
2424

25+
### V2.0.8.1
26+
27+
> Release Date: 2026.02.04</br>
28+
> Download Link: Please contact Timecho Team to obtain the download link</br>
29+
> Package Name:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
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.
2542

2643
### V2.0.6.6
2744

@@ -30,7 +47,7 @@
3047
> Package Name: timechodb-2.0.6.6-bin.zip</br>
3148
> SHA512 Checksum: d12e60b8119690d63c501d0c2afcd527e39df8a8786198e35b53338e21939e1a9244805e710d81cbb62d02c2739909d7e8227c029660a0cd9ea7ca718cf9bdf6
3249
33-
V2.0.6.6 primarily optimizes query performance for time series in the tree model, while delivering comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
50+
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:
3451

3552
* **Query Module**: Improved query performance for `SHOW/COUNT TIMESERIES/DEVICES` statements.
3653
* **Others**: Fixed security vulnerabilities CVE-2025-12183, CVE-2025-66566, and CVE-2025-11226.
@@ -45,7 +62,7 @@ V2.0.6.6 primarily optimizes query performance for time series in the tree model
4562
4663
V2.0.6.4 focuses on enhancements to the storage and AINode modules, resolves several product defects, and provides comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
4764

48-
* **Storage Module**: Added support for modifying the encoding and compression methods of time series in the tree model.
65+
* **Storage Module**: Added support for modifying the encoding and compression methods of time series in the tree mode.
4966
* **AINode**: Introduced one-click deployment and optimized model inference capabilities.
5067

5168

@@ -206,7 +223,7 @@ V2.0.2.1 adds ​**​table model permission management​**​, ​**​user ma
206223
207224
V2.0.1.2 officially implements ​**​dual-model configuration (tree + table)​**​. The table model supports ​**​standard SQL queries​**​, diverse functions/operators, stream processing, and Benchmarking. Python client adds four new data types, and script tools support TsFile/CSV/SQL import/export. Key updates:
208225

209-
***​Time-Series Table Model:​**
226+
***​Time-Series Table Mode:​**
210227
* Standard SQL: SELECT, WHERE, JOIN, GROUP BY, ORDER BY, LIMIT, nested queries
211228
***​Query Module:​**
212229
* Logical operators, math functions, time-series functions (e.g., DIFF)

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@
2222

2323
## 1. TimechoDB (Database Core)
2424

25+
### V2.0.8.1
26+
27+
> Release Date: 2026.02.04</br>
28+
> Download Link: Please contact Timecho Team to obtain the download link</br>
29+
> Package Name:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
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.
42+
2543
### V2.0.6.6
2644

2745
> Release Date: 2026.01.20</br>

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@
2222

2323
## 1. TimechoDB (Database Core)
2424

25+
### V2.0.8.1
26+
27+
> Release Date: 2026.02.04</br>
28+
> Download Link: Please contact Timecho Team to obtain the download link</br>
29+
> Package Name:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 Checksum: 49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
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.
2542

2643
### V2.0.6.6
2744

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
## 1. TimechoDB(数据库内核)
2424

25+
### V2.0.8.1
26+
27+
> 发版时间:2026.02.04</br>
28+
> 下载地址:请联系天谋工作人员进行下载</br>
29+
> 安装包名称:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 校验码:49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
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),支持数据推送
39+
2540
### V2.0.6.6
2641

2742
> 发版时间:2026.01.20</br>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
## 1. TimechoDB(数据库内核)
2424

25+
### V2.0.8.1
26+
27+
> 发版时间:2026.02.04</br>
28+
> 下载地址:请联系天谋工作人员进行下载</br>
29+
> 安装包名称:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 校验码:49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
32+
V2.0.8.1 版本表模型新增 Object 数据类型,AINode 支持协变量预测以及支持并发推理功能,优化审计日志功能及全量数据同步功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下:
33+
34+
* 存储模块:表模型新增 [Object 数据类型](../../latest-Table/Background-knowledge/Data-Type_timecho.md)
35+
* 查询模块:表模型新增多个系统表:[CONNECTIONS](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections-表)(实时连接追踪)、[CURRENT_QUERIES](../../latest-Table/Reference/System-Tables_timecho.md#_2-19-current-queries-表)(活跃查询监控)、[QUERIES_COSTS_HISTOGRAM](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-表)(查询耗时分布)
36+
* 系统模块:优化[审计日志](../User-Manual/Audit-Log_timecho.md)功能
37+
* AI 模块:支持[协变量预测及并发推理](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md)功能
38+
* 其他模块:升级 [OPC UA 协议](../API/Programming-OPC-UA_timecho.md),支持数据推送
39+
2540
### V2.0.6.6
2641

2742
> 发版时间:2026.01.20</br>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
## 1. TimechoDB(数据库内核)
2424

25+
### V2.0.8.1
26+
27+
> 发版时间:2026.02.04</br>
28+
> 下载地址:请联系天谋工作人员进行下载</br>
29+
> 安装包名称:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 校验码:49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
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),支持数据推送
39+
2540
### V2.0.6.6
2641

2742
> 发版时间:2026.01.20</br>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
## 1. TimechoDB(数据库内核)
2424

25+
### V2.0.8.1
26+
27+
> 发版时间:2026.02.04</br>
28+
> 下载地址:请联系天谋工作人员进行下载</br>
29+
> 安装包名称:timechodb-2.0.8.1-bin.zip</br>
30+
> SHA512 校验码:49d97cbf488443f8e8e73cc39f6f320b3bc84b194aed90af695ebd5771650b5e5b6a3abb0fb68059bd01827260485b903c035657b337442f4fdd32c877f2aca3
31+
32+
V2.0.8.1 版本表模型新增 Object 数据类型,AINode 支持协变量预测以及支持并发推理功能,优化审计日志功能及全量数据同步功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下:
33+
34+
* 存储模块:表模型新增 [Object 数据类型](../../latest-Table/Background-knowledge/Data-Type_timecho.md)
35+
* 查询模块:表模型新增多个系统表:[CONNECTIONS](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections-表)(实时连接追踪)、[CURRENT_QUERIES](../../latest-Table/Reference/System-Tables_timecho.md#_2-19-current-queries-表)(活跃查询监控)、[QUERIES_COSTS_HISTOGRAM](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram-表)(查询耗时分布)
36+
* 系统模块:优化[审计日志](../User-Manual/Audit-Log_timecho.md)功能
37+
* AI 模块:支持[协变量预测及并发推理](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md)功能
38+
* 其他模块:升级 [OPC UA 协议](../API/Programming-OPC-UA_timecho.md),支持数据推送
39+
2540
### V2.0.6.6
2641

2742
> 发版时间:2026.01.20</br>

0 commit comments

Comments
 (0)