设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

RocksDB 3.5发布,key-value存储系统

2014-9-15 16:08| 发布者: joejoe0332| 查看: 1631| 评论: 0|原作者: oschina|来自: oschina

摘要:   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 ...

  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 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。关于 RocksDB 的性能说明


RocksDB


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部