martinsumner/leveled

What happens when object > max_journal_size

Closed this issue · 1 comments

Some funny things may occur - including the rolling of an empty cdb file.

As long as an object is smaller than theoretical maximum size of the journal (rather than the configured size), it should be written to a Journal if the Journal is empty.

#188

Further explanation has been added to https://github.com/martinsumner/leveled/blob/master/docs/STARTUP_OPTIONS.md#max-journal-size to explain better the constraints with this setting, and what to monitor to see if tuning may be of benefit.