chickadee » leveldb » leveldb-compact-range

leveldb-compact-range db start limitprocedure

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.