badger v2.0.2 Release Notes

Release Date: 2020-03-02 // about 4 years ago
  • ๐Ÿ›  Fixed

    • Cast sz to uint32 to fix compilation on 32 bit. (#1175)
    • ๐Ÿ›  Fix checkOverlap in compaction. (#1166)
    • ๐Ÿ”€ Avoid sync in inmemory mode. (#1190)
    • ๐Ÿ‘Œ Support disabling the cache completely. (#1185)
    • โž• Add support for caching bloomfilters. (#1204)
    • ๐Ÿ›  Fix int overflow for 32bit. (#1216)
    • โœ‚ Remove the 'this entry should've caught' log from value.go. (#1170)
    • Rework concurrency semantics of valueLog.maxFid. (#1187)

    ๐ŸŽ Performance

    • ๐Ÿ‘‰ Use fastRand instead of locked-rand in skiplist. (#1173)
    • ๐Ÿ‘Œ Improve write stalling on level 0 and 1. (#1186)
    • Disable compression and set ZSTD Compression Level to 1. (#1191)