compact Range
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).
Compacts the range of keys between the specified start and end keys in the LevelDB database.
The starting key of the range to compact (inclusive).
The ending key of the range to compact (exclusive).