Skip to content

RocksDB 8.5.4

Compare
Choose a tag to compare
@hx235 hx235 released this 27 Sep 05:20
· 712 commits to main since this release

8.5.4 (2023-09-26)

Bug Fixes

  • Fixed a bug where compaction read under non direct IO still falls back to RocksDB internal prefetching after file system's prefetching returns non-OK status other than Status::NotSupported()

Behavior Changes

  • For non direct IO, eliminate the file system prefetching attempt for compaction read when Options::compaction_readahead_size is 0