MCPcopy Create free account
hub / github.com/bytedance/terarkdb / compactRange

Method compactRange

java/src/main/java/org/rocksdb/RocksDB.java:2422–2424  ·  view source on GitHub ↗

Range compaction of database. Note : After the database has been compacted, all data will have been pushed down to the last level containing any data. See also #compactRange(boolean, int, int) {@link #compactRange(byte[

()

Source from the content-addressed store, hash-verified

2420 * part of the library.
2421 */
2422 public void compactRange() throws RocksDBException {
2423 compactRange0(nativeHandle_, false, -1, 0);
2424 }
2425
2426 /**
2427 * <p>Range compaction of database.</p>

Calls 1

compactRange0Method · 0.95