RocksDB 3.5 發布,key-value 存儲系統

jopen 10年前發布 | 7K 次閱讀 RocksDB

RocksDB 是一個來自 非死book 的可嵌入式的支持持久化的 key-value 存儲系統,也可作為 C/S 模式下的存儲數據庫,但主要目的還是嵌入式。RocksDB 基于 LevelDB 構建。關于 RocksDB 的性能說明

RocksDB 3.5 發布,此版本現已提供下載,更新內容如下:

新特性

  • Add include/utilities/write_batch_with_index.h, providing a utility class to query data out of WriteBatch when building it.

  • new ReadOptions.total_order_seek to force total order seek when block-based table is built with hash index.

公共 API 改進

  • The Prefix Extractor used with V2 compaction filters is now passed user key to SliceTransform::Transform instead of unparsed RocksDB key.

  • Move BlockBasedTable related options to BlockBasedTableOptions from Options. Change corresponding JNI interface. Options affected include: no_block_cache, block_cache, block_cache_compressed, block_size, block_size_deviation, block_restart_interval, filter_policy, whole_key_filtering. filter_policy is changed to shared_ptr from a raw pointer.

  • Remove deprecated options: disable_seek_compaction and db_stats_log_interval

  • OptimizeForPointLookup() takes one parameter for block cache size. It now builds hash index, bloom filter, and block cache.

 

RocksDB 3.5 發布,key-value 存儲系統

來自:http://www.oschina.net/news/55232/rocksdb-3-5-release

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!