• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

rocksdb: A Persistent Key-Value Store for Flash and RAM Storage

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

rocksdb

开源软件地址:

https://gitee.com/victory_always/rocksdb

开源软件介绍:

RocksDB: A Persistent Key-Value Store for Flash and RAM Storage

Linux/Mac Build StatusWindows Build statusPPC64le Build Status

RocksDB is developed and maintained by Facebook Database Engineering Team.It is built on earlier work on LevelDB by Sanjay Ghemawat ([email protected])and Jeff Dean ([email protected])

This code is a library that forms the core building block for a fastkey-value server, especially suited for storing data on flash drives.It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffsbetween Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF)and Space-Amplification-Factor (SAF). It has multi-threaded compactions,making it especially suitable for storing multiple terabytes of data in asingle database.

Start with example usage here: https://github.com/facebook/rocksdb/tree/master/examples

See the github wiki for more explanation.

The public interface is in include/. Callers should not include orrely on the details of any other header files in this package. Thoseinternal APIs may be changed without warning.

Design discussions are conducted in https://www.facebook.com/groups/rocksdb.dev/

License

RocksDB is dual-licensed under both the GPLv2 (found in the COPYING file in the root directory) and Apache 2.0 License (found in the LICENSE.Apache file in the root directory). You may select, at your option, one of the above-listed licenses.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap