aleksraiden opened a new pull request, #1516: URL: https://github.com/apache/kvrocks/pull/1516
Bump Rocksdb v8.3.2 In this release: - (perf) Improved the I/O efficiency of prefetching SST metadata by recording more information in the DB manifest - (perf) CPU features are no longer detected at runtime nor in build scripts, but in source code using common preprocessor defines - (bug) Delete an empty WAL file on DB open - (bug) Delete temp OPTIONS file on DB open - (bug) Fixed higher read QPS during DB::Open() - (bug) Reduced cases of illegally using Env::Default() - (feat) New statistics tickers - (feat) Add new API DB::ClipColumnFamily to clip the key in CF to a certain range. It will physically deletes all keys outside the range including tombstones. - (feat) Add MakeSharedCache() construction functions to various cache Options objects - (feat) Changed the meaning of various Bloom filter stats Full release doc: https://github.com/facebook/rocksdb/releases/tag/v8.3.2 -- 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]
