Commit dfc2936
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments