youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
390 stars 60 forks source link

Rocksdb DeleteRange v2 should be merged to improve read and scan with many delete ranges #26

Closed absolute8511 closed 5 years ago

absolute8511 commented 5 years ago

See improve in rocksdb:

https://github.com/facebook/rocksdb/pull/4649

https://github.com/facebook/rocksdb/pull/4493