RocksDB 5.1.4 发布了,RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。
更新内容:
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
下载地址:https://github.com/facebook/rocksdb/archive/v5.1.4.zip
来自:开源中国社区

