发布于 2017-02-24 23:56:06 | 142 次阅读 | 评论: 0 | 来源: 网友投递
RocksDB key-value存储系统
RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。
RocksDB 5.1.3 发布了。
更新内容:
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
下载地址: