SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Config to disable LevelZero log flushing on boot-up

Open simerplaha opened this issue 5 years ago • 0 comments

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.

simerplaha avatar Jan 26 '20 19:01 simerplaha