Beispiel #1
0
 public void CompactAll()
 {
     Logger.LogInformation($"Starting Compaction.");
     _rocksDb.CompactRange((byte[]?)null, (byte[]?)null);
     Logger.LogInformation($"Ended Compaction");
 }