aleksraiden opened a new pull request, #2912:
URL: https://github.com/apache/kvrocks/pull/2912

   Bump rocksdb to v10.2.1 (changelog: 
https://github.com/facebook/rocksdb/releases/tag/v10.2.1)
   
   **Key changes**
   
   - Fix improper initialization of ExternalTableOptions
   - Fix a bug where tail size of remote compaction output is not persisted in 
primary db's manifest
   - Fix a bug in Posix file system that the FSWritableFile created via 
FileSystem::ReopenWritableFile internally does not track the correct file size
   - The fail_if_options_file_error option in DBOptions has been removed
   - Deprecated API experimental::PromoteL0() and DB::MaxMemCompactionLevel()
   - Deprecated ReadOptions::ignore_range_deletions
   - AdvancedColumnFamilyOptions.max_write_buffer_number_to_maintain is deleted
   - A new API DB::GetNewestUserDefinedTimestamp is added to return the newest 
user defined timestamp seen in a column family
   - Introduce API IngestWriteBatchWithIndex() for ingesting updates into DB 
while bypassing memtable writes. This improves performance when writing a large 
write batch to the DB.
   - Provide histogram stats COMPACTION_PREFETCH_BYTES to measure number of 
bytes for RocksDB's prefetching (as opposed to file
   system's prefetch) on SST file during compaction read


-- 
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]

Reply via email to