发布于 2017-02-25 23:53:17 | 129 次阅读 | 评论: 0 | 来源: 网友投递
RocksDB key-value存储系统
RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。
RocksDB 5.1.4 发布了,
更新内容:
Bug fixes
Fixed the bug of IO Error when compaction_readahead_size > 0
in direct I/O
Fixed the bug of file size mismatch between MANIFEST and real size in direct I/O
Fix OSX build break after the fallocate change
下载地址: