红联Linux门户
Linux帮助

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

发布时间:2014-11-12 11:18:32来源:红联作者:empast
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.

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

软件详情:https://github.com/facebook/rocksdb/wiki/Performance-Benchmarks

下载地址:https://github.com/facebook/rocksdb/archive/rocksdb-3.7.zip

来自:开源中国社区
文章评论

共有 0 条评论