Skip to content

Commit d664adc

Browse files
authored
chore: release notes for v2.3.0 (#212)
1 parent 7a2f5ed commit d664adc

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

zh_CN/admin/configuration-fields/node.md

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
# Default: "localhost:8366".
1111
name = "localhost:8366"
1212

13-
# Role of the node.
14-
# Default: "stateless"
15-
role = "stateless"
16-
1713
# The timeout of connecting to the cluster.
1814
# Default: "1s".
1915
connect_timeout = "1s"

zh_CN/admin/datalayers-configuration.md

-4
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@ path = "/var/lib/datalayers/cache/file"
232232
# Default: "localhost:8366".
233233
name = "localhost:8366"
234234

235-
# Role of the node.
236-
# Default: "stateless"
237-
role = "stateless"
238-
239235
# The timeout of connecting to the cluster.
240236
# Default: "1s".
241237
connect_timeout = "1s"

zh_CN/releases/changes.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 2.3.0
4+
5+
发布日期: 2025-04-14
6+
7+
### 增强
8+
9+
- **并行查询优化**:引入 MPP(大规模并行处理)查询引擎,通过跨节点分布式计算加速查询执行。
10+
- **集群通信优化**:重构节点间通信协议,显著提升集群元数据的一致性与可靠性。
11+
- **混合缓存优化**:实现分布式混合缓存架构,极大提升缓存利率用、提升查询性能,同时支持缓存资源的水平扩展。
12+
- **​性能提升**:提升查询性能,根据场景有 10%-300% 的性能提升。
13+
14+
### 破坏性变更⚠️
15+
16+
本次升级包含存储引擎与元数据结构的重大优化,​​不兼容​​ 2.2.x 版本直接升级。
17+
如需跨版本升级,请联系技术支持团队获取迁移方案。
18+
319
## 2.2.16
420

521
发布日期: 2025-04-02

0 commit comments

Comments
 (0)