RocksDB v6.5.3 Release Notes

Release Date: 2020-01-10 // over 4 years ago
  • ๐ŸŒฒ Rocksdb Change Log

    6.5.3 (2020-01-10)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed two performance issues related to memtable history trimming. First, a new SuperVersion is now created only if some memtables were actually trimmed. Second, trimming is only scheduled if there is at least one flushed memtable that is kept in memory for the purposes of transaction conflict checking.