isamu / rocksdb-ruby

A simple RocksDB library for Ruby
MIT License
75 stars 24 forks source link

Add compact method to RocksDB::DB #14

Closed katafrakt closed 6 years ago

katafrakt commented 6 years ago

This maps to db->CompactRange function, which removes duplicates etc. for a given range of keys.