RocksDB 3.9 发布,此版本现已提供下载,更新内容如下:
公共 API 改进:
New API to create a checkpoint added. Given a directory name, creates a newdatabase which is an image of the existing database.*New API LinkFile added to Env. If you implement your own Env class, animplementation of the API LinkFile will have to be provided. MemTableRep takes MemTableAllocator instead of Arena
改进
RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。关于 RocksDB 的性能说明。

|