Skip to content

Commit cb456b6

Browse files
authored
docs: changelog (#217)
1 parent a7a9583 commit cb456b6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

zh_CN/releases/changes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# CHANGELOG
22

3+
## 2.3.1
4+
5+
发布日期: 2025-05-15
6+
7+
### 新功能
8+
9+
- 新增 `json` 处理函数,提供便捷的 `JSON` 字符串解析与处理,详见[JSON 函数](../sql-reference/json.md)
10+
- **dlsql 命令行工具增强**
11+
- 支持关键字高亮显示与智能自动补全,提升编写效率。
12+
- 支持单次输入多条 SQL 语句,简化批量操作流程。
13+
14+
### 增强
15+
16+
- **资源优化**
17+
- 限制查询对系统内存的占用,提升系统健壮性。
18+
- **时序引擎优化**
19+
- 当启用存储引擎元数据缓存时,数据持久化阶段自动缓存 meta 信息,提升热数据查询性能。
20+
- **集群模式优化**
21+
- 下推更多算子至数据节点,减少集群内数据传输量,提升查询性能。
22+
- `EXPLAIN [analyze] [verbose] SELECT select_options` 语句的支持,便于分析集群模式下查询执行计划、分析性能瓶颈,优化 SQL 语句。
23+
24+
### 其它
25+
26+
- 优化集群间通讯逻辑。
27+
328
## 2.3.0
429

530
发布日期: 2025-04-14

0 commit comments

Comments
 (0)