File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 444444 title_cn : DBeaver
445445 path : integration/datalayers-with-dbeaver
446446- title_en : User & Security
447- title_cn : 用户与安全
447+ title_cn : 安全与合规
448448 collapsed : false
449449 children :
450450 - title_en : TLS
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.3.14
4+
5+ 发布日期: 2025-10-07
6+
7+ ### 新功能
8+ - ** RBAC 访问控制** :新增[ 基于角色的访问控制] ( ../user-security/rbac/overview.md ) 功能,实现更精细化的权限管理。
9+ - ** Prometheus 增强** :支持 Prometheus Remote Write 协议,可通过该协议直接写入数据。
10+ - ** 向量索引** :新增多种[ 向量索引] ( ../vector-search/vector-index.md ) 类型的支持,提升检索效率与灵活性。
11+ - ** 用户认证** :新增 peer认证 机制,支持用户初始化及密码重置等功能。
12+ - ** 审计日志** :新增审计日志功能,增强操作可追溯性与安全性。
13+
14+ ### ️优化
15+ - ** 查询性能** :优化 count(* )查询逻辑,显著提升包含时间范围过滤条件(如 WHERE ts > now() - INTERVAL 10 day)的查询效率。
16+
317## 2.3.13
418
519发布日期: 2025-10-20
1327- 优化 last cache 逻辑,提升 last cache 效率
1428- 优化 sst file 过期文件清理逻辑,通过分批清理,降低后端压力
1529- 优化 compaction 逻辑,提升 compaction 的效率
16- - 优化 failover 逻辑,如果启动时节点处于 replay 过程中,不触发 failover 逻辑
30+ - 优化 failover 逻辑,如果启动时节点处于 prepare 过程中,不触发 failover 逻辑
1731
1832### 修复
1933- 修复了 PIVOT 函数在特殊情况(复杂 SQL)下可能出现栈溢出的问题
You can’t perform that action at this time.
0 commit comments