Skip to content

RocksDB 5.13.2

Sergey Yelin requested to merge (removed):rocksdb_5.13.2 into master

Public API Change

Introduced CompressionOptions::kDefaultCompressionLevel, which is a generic way to tell RocksDB to use the compression library's default level. It is now the default value for CompressionOptions::level. Previously the level defaulted to -1, which gave poor compression ratios in ZSTD.

Bug Fixes

  • Fix segfault caused by object premature destruction
  • Fix an issue with unnecessary capture in lambda expressions

Merge request reports