Skip to content

Commit dfc2936

Browse files
chore(deps): Bump RocksDB to v10.8.3 (#3328)
Bump RocksDB to v10.8.3 (full changelog: https://github.com/facebook/rocksdb/releases/tag/v10.8.3) **Key changes** - Fixed a performance regression in LZ4 compression that started in version 10.6.0 - The MultiScan API contract is updated - Add kFSPrefetch to FSSupportedOps enum to allow file systems to indicate prefetch support capability, avoiding unnecessary prefetch system calls on file systems that don't support them - Added an auto-tuning feature for DB manifest file size that also (by default) improves the safety of existing configurations in case max_manifest_file_size is repeatedly exceeded - Add a GetColumnFamilyMetaData API variant in DB to get the SST files intersecting a given key range - Bug Fixes Co-authored-by: Twice <twice.mliu@gmail.com>
1 parent 035f4f4 commit dfc2936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/rocksdb.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ endif()
2626
include(cmake/utils.cmake)
2727

2828
FetchContent_DeclareGitHubWithMirror(rocksdb
29-
facebook/rocksdb v10.7.5
30-
MD5=9087131ad06ce6569fc02e6180ce11f9
29+
facebook/rocksdb v10.8.3
30+
MD5=9ceb50a7a22a0db2b42646db2210f4b0
3131
)
3232

3333
FetchContent_GetProperties(jemalloc)

0 commit comments

Comments
 (0)