pogreb v0.9.1 Release Notes

Release Date: 2020-04-03 // about 4 years ago
    • ๐Ÿ‘Œ Improve Go 1.14 compatibility (remove "unsafe" usage).

Previous changes from v0.9.0

  • ๐Ÿš€ 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.