MatrixCube-v0.2.0
We are excited to announce the second release of MatrixCube v0.2.0!
Features
- Support Raft Log Compaction
- Support Raft Snapshot
- Support Shard split
- Support Auto-Rebalance
- Support Shard tag-based scheduling rules
Improvements
- Refactoring the raft event-driven goroutine pool
- Read operations are performed using a stand-alone goroutine, without blocking the raft drive
- Refactoring the raft state machine
- Abstracts an explicit
Data Storage
interface for easier use ofMatrixCube
- Provides built-in KV-based
Data Storage
Contributors
This release contains contributions from 3 contributors
- Xu Zhang(@zhangxu19830126 )
- lni (@lni)
- Sheng Yue(@reusee )