SwayDB
SwayDB copied to clipboard
Config to disable LevelZero log flushing on boot-up
LevelZero flushes each log file on boot-up to save on-disk space. This should be optionally disabled since these logs always get converted to Segment for databases with many levels.
if zero databases do get removed (See #179 (mini databases) ) then flushing can always be disabled without requiring a config for it.