Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@
-->
# Release History

## V2.0.10

> Release Date: 2026.07.08

V2.0.10 enhances query capabilities, system operations, and AI model management. It adds storage space statistics, DEBUG SQL, set operations, CTE, and multiple table-model functions, provides C-language driver SDK interfaces, and improves node load balancing, cluster configuration inspection, and AINode model management. This release also delivers comprehensive improvements to database monitoring, performance, and stability. The specific release contents are as follows:

* **Query Module**: Added support for schema-level and table-level storage space statistics
* **Query Module**: Added DEBUG SQL capability and optimized the result set of Explain Analyze
* **Query Module**: Added support for set operations (UNION/INTERSECT/EXCEPT) and Common Table Expressions (CTE) in the table model
* **Query Module**: Added the IF scalar function, binary functions, and the APPROX_PERCENTILE aggregate function for the table model
* **Query Module**: Optimized display fields of the show queries command by adding three columns: client IP that initiates the query, timeout threshold, and total request waiting latency
* **Storage Module**: Provided C-language driver SDK interfaces, including parameter binding, automatic failover for multi-node switching, and other fault-tolerant capabilities
* **System Module**: Added the capability to manually trigger node load balancing
* **System Module**: Added progress query capability for the remove DataNode operation
* **System Module**: Introduced the show configuration statement to view cluster configuration information
* **AI Module**: Added two built-in models: Moirai2 and Toto
* **AI Module**: Enabled AINode to manage multiple models under the same model_type
* **AI Module**: Supported loading built-in models for CPU inference with isolated inference processes

## V2.0.8

> Release Date: 2026.04.14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@
-->
# Release History

## V2.0.10

> Release Date: 2026.07.08

V2.0.10 enhances query capabilities, system operations, and AI model management. It adds storage space statistics, DEBUG SQL, set operations, CTE, and multiple table-model functions, provides C-language driver SDK interfaces, and improves node load balancing, cluster configuration inspection, and AINode model management. This release also delivers comprehensive improvements to database monitoring, performance, and stability. The specific release contents are as follows:

* **Query Module**: Added support for schema-level and table-level storage space statistics
* **Query Module**: Added DEBUG SQL capability and optimized the result set of Explain Analyze
* **Query Module**: Added support for set operations (UNION/INTERSECT/EXCEPT) and Common Table Expressions (CTE) in the table model
* **Query Module**: Added the IF scalar function, binary functions, and the APPROX_PERCENTILE aggregate function for the table model
* **Query Module**: Optimized display fields of the show queries command by adding three columns: client IP that initiates the query, timeout threshold, and total request waiting latency
* **Storage Module**: Provided C-language driver SDK interfaces, including parameter binding, automatic failover for multi-node switching, and other fault-tolerant capabilities
* **System Module**: Added the capability to manually trigger node load balancing
* **System Module**: Added progress query capability for the remove DataNode operation
* **System Module**: Introduced the show configuration statement to view cluster configuration information
* **AI Module**: Added two built-in models: Moirai2 and Toto
* **AI Module**: Enabled AINode to manage multiple models under the same model_type
* **AI Module**: Supported loading built-in models for CPU inference with isolated inference processes

## V2.0.8

> Release Date: 2026.04.14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@
-->
# 发布历史

## V2.0.10

> 发版时间:2026.07.08

V2.0.10 版本主要围绕查询能力、系统运维能力和 AI 模型管理能力进行了增强,新增存储空间统计、DEBUG SQL、集合运算、CTE 及多种表模型函数,提供 C 语言驱动 SDK 接口,并增强节点负载均衡、集群配置查看和 AINode 模型管理能力,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下:

* 查询模块:支持 schema 级和表级存储空间统计
* 查询模块:新增 DEBUG SQL 能力,并优化 Explain Analyze 结果集
* 查询模块:表模型支持集合运算(UNION/INTERSECT/EXCEPT)和公共表表达式(CTE)
* 查询模块:表模型新增 IF 标量函数、二元函数以及 APPROX_PERCENTILE 聚合函数
* 查询模块:优化 show queries 命令的展示字段,新增发起查询的客户端 IP、超时时间阈值、请求总等待耗时三列
* 存储模块:提供 C 语言驱动 SDK 接口,包括参数绑定、多节点切换自动故障转移等容错能力
* 系统模块:新增手动触发节点负载均衡能力
* 系统模块:新增移除 DataNode 操作的进度查询能力
* 系统模块:新增 show configuration 语句,用于查看集群配置信息
* AI 模块:新增 Moirai2 和 Toto 两个内置模型
* AI 模块:支持 AINode 在同一 model_type 下管理多个模型
* AI 模块:支持以独立推理进程加载内置模型进行 CPU 推理

## V2.0.8

> 发版时间:2026.04.14
Expand Down Expand Up @@ -342,4 +361,4 @@ V1.0.0主要修复分区计算及查询执行时的相关问题,历史快照
- 系统模块:支持数据、元数据、Confignode的多副本管理
- 查询模块:支持大规模并行处理框架MPP,提供分布式读写能力
- 流处理模块:支持流处理框架
- 流处理模块:支持集群间数据同步功能
- 流处理模块:支持集群间数据同步功能
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@
-->
# 发布历史

## V2.0.10

> 发版时间:2026.07.08

V2.0.10 版本主要围绕查询能力、系统运维能力和 AI 模型管理能力进行了增强,新增存储空间统计、DEBUG SQL、集合运算、CTE 及多种表模型函数,提供 C 语言驱动 SDK 接口,并增强节点负载均衡、集群配置查看和 AINode 模型管理能力,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下:

* 查询模块:支持 schema 级和表级存储空间统计
* 查询模块:新增 DEBUG SQL 能力,并优化 Explain Analyze 结果集
* 查询模块:表模型支持集合运算(UNION/INTERSECT/EXCEPT)和公共表表达式(CTE)
* 查询模块:表模型新增 IF 标量函数、二元函数以及 APPROX_PERCENTILE 聚合函数
* 查询模块:优化 show queries 命令的展示字段,新增发起查询的客户端 IP、超时时间阈值、请求总等待耗时三列
* 存储模块:提供 C 语言驱动 SDK 接口,包括参数绑定、多节点切换自动故障转移等容错能力
* 系统模块:新增手动触发节点负载均衡能力
* 系统模块:新增移除 DataNode 操作的进度查询能力
* 系统模块:新增 show configuration 语句,用于查看集群配置信息
* AI 模块:新增 Moirai2 和 Toto 两个内置模型
* AI 模块:支持 AINode 在同一 model_type 下管理多个模型
* AI 模块:支持以独立推理进程加载内置模型进行 CPU 推理

## V2.0.8

> 发版时间:2026.04.14
Expand Down Expand Up @@ -342,4 +361,4 @@ V1.0.0主要修复分区计算及查询执行时的相关问题,历史快照
- 系统模块:支持数据、元数据、Confignode的多副本管理
- 查询模块:支持大规模并行处理框架MPP,提供分布式读写能力
- 流处理模块:支持流处理框架
- 流处理模块:支持集群间数据同步功能
- 流处理模块:支持集群间数据同步功能
Loading