| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
openkk
13年前发布

可搜索的分布式Key-Value存储 HyperDex

 可搜索的分布式Key-Value存储 HyperDex

HyperDex是一个分布式,可搜索的Key-value存储。它具有以下特性:

  • Fast HyperDex has lower latency and higher throughput than most other key-value stores.

  • Searchable HyperDex enables lookups of non-primary data attributes. Such searches are implemented efficiently and contact a small number of servers.

  • Scalable HyperDex scales as more machines are added to the system.

  • Consistent The value you GET is always the latest value you PUT. Not just "eventually," but immediately and always.

  • Fault tolerant HyperDex handles failures. Data is automatically replicated on multiple machines so that failures do not cause data loss.

1.分布式KV store,系统性能能够随节点数目线性扩展
2. 吞吐和延时都能秒杀现在风头正劲的MonogDB,吞吐甚至强于Redis
3.使用了hyperspace hashing技术,使得对存储的K-V的任意属性进行查询成为可能

可搜索的分布式Key-Value存储 HyperDex

项目主页:http://www.open-open.com/lib/view/home/1330059765093

 本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1330059765093.html
NoSQL数据库 NOSQL