Releases: youzan/ZanRedisDB
Releases · youzan/ZanRedisDB
ZanRedisDB v0.7.2
- add API to allow change some rocksdb options for rate limiter and compaction
- optimize the performance of the raft loop and raft proposal
- change rocksdb default block size to 8KB
- optimize the log syncer marshal
- update gogo protobuf to v1.2.1
- use the hard link to keep old checkpoint unchanged while reuse for new
- optimize cgo memory alloc & link with jemalloc
- fix removing node API may fail to remove some data on the node
- error is not returned while wal loading mismatch meta config
- Build binary keep debug info and symbol table
- support strlen
ZanRedisDB v0.7.0
- upgrade rocksdb format version = 4 and support enable partitioned index filter
- optimize batch write and raft proposal
- use nullable=false in pb proto
- support reverse scan
ZanRedisDB v0.6.3
- optimize cluster balance
- fix merged write is not disabled while disable write
- optimize raft sync state check
- adjust some default options for compaction
ZanRedisDB v0.6.2
1.increase timeout for snapshot check
2.handle cancel compaction while closing
3.optimize snapshot transfer to reuse old backup data
4.optimize the sync learner for cluster
5.support more dynamic config
ZanRedisDB v0.6.0
- support rocksdb as raft log storage
- update rocksdb engine to v5.18
- optimize the scan and range delete
- fix zset range limit
ZanRedisDB v0.5.3
- optimize the HLL performance by using a lower precision.
ZanRedisDB v0.5.2
- support more command for setbit, getbit, bitcount, getset
- fix possible stale read for etcd meta
- improve the cluster sync
ZanRedisDB 0.4.3
- optimize snapshot transfer and restore, fix replaying status.
- filter support for cluster sync between two data centers
- new table stats on placedriver API endpoint
- support dynamic change the bandwidth limit for rsync.
- stop on unrecoverable error for no disk space
zanredisdb 0.4.0
First release after moved.