RocksDB 3.11 发布,此版本更新内容如下: 新特性 Added a new API Cache::SetCapacity(size_t capacity) to dynamically change the maximum configured capacity of the cache. Added an experimental API for handling flashcache devices (blacklists background threads from caching their reads) -- NewFlashcacheAwareEnv If universal compaction is used and options.num_levels > 1, files are compacted in upper levels with smaller files based on options.target_file_size_base. More information about rocksdb background threads are available in Env::GetThreadList() 公共 API 改进 添加 TablePropertiesCollector::AddUserKey(),替代 TablePropertiesCollector::Add() DBOptions::bytes_per_sync 同时应用在 WAL 和 table 文件 此版本现已提供下载:https://github.com/facebook/rocksdb/archive/rocksdb-3.11.zip。 RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。关于 RocksDB 的性能说明。 RocksDB 3.11 发布,key-value 存储系统下载地址