absolute8511 / ZanRedisDB

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

Optimize delete range #44

Closed absolute8511 closed 6 years ago

absolute8511 commented 6 years ago

For some small range, we avoid the delete range in rocksdb. (Seems too much small delete ranges impact the rocksdb performance)