Temporarily disable compactfiles

This commit is contained in:
Andrea Cavalli 2022-04-27 09:56:07 +02:00
parent 1bd3b8a945
commit f854ce1253
1 changed files with 2 additions and 2 deletions

View File

@ -568,9 +568,9 @@ public class LLLocalKeyValueDatabase implements LLKeyValueDatabase {
}
}
bottommostLevel = Math.max(bottommostLevel, databaseOptions.defaultColumnOptions().levels().size() - 1);
if (!files.isEmpty() && bottommostLevel != -1) {
/*if (!files.isEmpty() && bottommostLevel != -1) {
db.compactFiles(co, cfh, files, bottommostLevel, volumeId, null);
}
}*/
try (var co2 = new CompactRangeOptions()
.setAllowWriteStall(true)
.setChangeLevel(true)