1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 RocksDB 3.9 发布,key-value 存储系统 下载

本帖由 漂亮的石头2014-12-12 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    RocksDB 3.9 发布,此版本现已提供下载,更新内容如下:

    公共 API 改进:


    • New API to create a checkpoint added. Given a directory name, creates a new database which is an image of the existing database. *New API LinkFile added to Env. If you implement your own Env class, an implementation of the API LinkFile will have to be provided.


    • MemTableRep takes MemTableAllocator instead of Arena

    改进


    • RocksDBLite library now becomes smaller and will be compiled with -fno-exceptions flag.

    RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。关于 RocksDB 的性能说明

    [​IMG]
    RocksDB 3.9 发布,key-value 存储系统下载地址
     
正在加载...