compactRange

abstract fun compactRange(start: String = "", end: String = "")

Compacts the range of keys between the specified start and end keys in the LevelDB database.

Parameters

start

The starting key of the range to compact (inclusive).

end

The ending key of the range to compact (exclusive).