aleksraiden opened a new pull request, #2182: URL: https://github.com/apache/kvrocks/pull/2182
Bump rocksdb to v9.0.0. Full changelog - https://github.com/facebook/rocksdb/releases/tag/v9.0.0 **Important!** format_version=6 is the new default setting in BlockBasedTableOptions, for more robust data integrity checking. DBs and SST files written with this setting cannot be read by RocksDB versions before 8.6.0 Features and changes: - Mark wal_compression feature as production-ready. Currently only compatible with ZSTD compression - Removed a lot of deprecated option from early release - format_version=6 is the new default setting in BlockBasedTableOptions, for more robust data integrity checking. DBs and SST files written with this setting cannot be read by RocksDB versions before 8.6.0 - Compactions can be scheduled in parallel in an additional scenario: multiple files are marked for compaction within a single column family - For leveled compaction, RocksDB will try to do intra-L0 compaction if the total L0 size is small compared to Lbase - Fix some perf context statistics error in write steps - Fixed a bug that can, under rare circumstances, cause MultiGet to return an incorrect result for a duplicate key in a MultiGet batch - Fix a bug where older data of an ingested key can be returned for read when universal compaction is used -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
