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