Skip to content

0.9.0

Compare
Choose a tag to compare
@akrylysov akrylysov released this 08 Mar 22:16
eeec217

This release replaces the unstructured data file for storing key-value pairs with a write-ahead log.

  • In the event of a crash or a power loss the database is automatically recovered.
  • Optional background compaction allows reclaiming disk space occupied by overwritten or deleted keys.
  • Fix disk space overhead when storing small keys and values.