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

新闻 RocksDB 5.8 发布,可持久化 key-value 存储系统 下载

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,059
    赞:
    47
    RocksDB 8 已发布,RocksDB 是一个来自 Facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。

    更新内容如下:

    Public API Change


    • Users of Statistics::getHistogramString() will see fewer histogram buckets and different bucket endpoints.


    • Slice::compare and BytewiseComparator Compare no longer accept Slices containing nullptr.


    • Transaction::Get and Transaction::GetForUpdate variants with PinnableSlice added.
    New Features


    • Add Iterator::Refresh(), which allows users to update the iterator state so that they can avoid some initialization costs of recreating iterators.


    • Replace dynamic_cast<> (except unit test) so people can choose to build with RTTI off. With make, release mode is by default built with -fno-rtti and debug mode is built without it. Users can override it by setting USE_RTTI=0 or 1.


    • ……

    完整内容请查看发行首页

    下载地址:

    RocksDB 5.8 发布,可持久化 key-value 存储系统下载地址
     
正在加载...