Skip to content

Commit 641628e

Browse files
committed
3.6.0changelog
1 parent d924d54 commit 641628e

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# V3.6.0
2+
3+
## New Features
4+
5+
- Introduced fast/slow thread pools in the command scheduling layer and implemented cross-pool resource borrowing mechanism, improving resource utilization efficiency and system observability under unbalanced load conditions. Added related monitoring metrics, dynamic configuration capabilities, and INFO/CONFIG support, enabling finer-grained control over thread pool execution
6+
7+
- Integrated BRAFT (distributed consensus component) into the codebase, implementing Raft strong consistency in PikiwiDB. This differs from the previous eventual consistency model, ensuring high availability of user data
8+
9+
110
# V3.5.6
211

312
## Improvement

CHANGELOG_CN.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# V3.6.0
2+
3+
## New Features
4+
5+
- 在命令调度层引入了 fast/slow 两类线程池,并实现了跨池借用机制,提升在负载不均衡情况下的资源利用效率和系统可观测性。新增相关监控指标、动态配置能力和 INFO/CONFIG 支持,使线程池执行更细粒度可控
6+
7+
- 将 BRAFT(分布式一致性组件)引入代码库,PikiwiDB 实现 Raft 强一致性,区别于以前的最终一致性,保证用户数据高可用
8+
9+
110
# V3.5.6
211

312
## Improvement

0 commit comments

Comments
 (0)