chickadee » rocksdb » rocksdb-compact-range

rocksdb-compact-range db start limit #!key exclusive change-level (target-level 0)procedure

Run a database compaction, hopefully reducing the consumed disk space. start and limit are keys that specify the range of keys to run the compaction for. Both may be #f to specify all keys in the database.

Please see the original C API documentation for usages of the remainding keyword arguments.