File tree 3 files changed +16
-8
lines changed
3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 10
10
# Default: "localhost:8366".
11
11
name = " localhost:8366"
12
12
13
- # Role of the node.
14
- # Default: "stateless"
15
- role = " stateless"
16
-
17
13
# The timeout of connecting to the cluster.
18
14
# Default: "1s".
19
15
connect_timeout = " 1s"
Original file line number Diff line number Diff line change @@ -232,10 +232,6 @@ path = "/var/lib/datalayers/cache/file"
232
232
# Default: "localhost:8366".
233
233
name = " localhost:8366"
234
234
235
- # Role of the node.
236
- # Default: "stateless"
237
- role = " stateless"
238
-
239
235
# The timeout of connecting to the cluster.
240
236
# Default: "1s".
241
237
connect_timeout = " 1s"
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
19
## 2.2.16
4
20
5
21
发布日期: 2025-04-02
You can’t perform that action at this time.
0 commit comments