Key-Value 存储系统,RocksDB 3.7 发布

jopen 10年前

RocksDB 是一个来自 非死book 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。关于 RocksDB 的性能说明
RocksDB 3.7 发布,此版本现已提供下载,更新内容如下:

  • 引入了 SetOptions() API,允许调节在线动态选项子集

  • 引入了 4 个新的便捷函数,用来转换 String 到 Options:GetColumnFamilyOptionsFromMap(), GetColumnFamilyOptionsFromString(), GetDBOptionsFromMap(), GetDBOptionsFromString()

  • Remove WriteBatchWithIndex.Delete() overloads using SliceParts

  • When opening a DB, if options.max_background_compactions is larger than the existing low pri pool of options.env, it will enlarge it. Similarly, options.max_background_flushes is larger than the existing high pri pool of options.env, it will enlarge it.

Key-Value 存储系统,RocksDB 3.7 发布

来自:http://www.oschina.net/news/56961/rocksdb-3-7