RocksDB 5.7.2 发布了。RocksDB 是一个来自 Facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。更新内容如下:
Bug Fixes
Fix incorrect dropping of deletions issue with FIFO compaction.
Fix LITE build compiler error with missing abort().
软件详情:http://git.oschina.net/mirrors/rocksdb
下载地址:https://github.com/facebook/rocksdb/archive/v5.7.2.zip
来自:开源中国社区

