发布于 2015-02-20 01:03:14 | 188 次阅读 | 评论: 0 | 来源: 网友投递
Accumulo K/V存储方案
Apache Accumulo 是一个可靠的、可伸缩的、高性能的排序分布式的 Key-Value 存储解决方案,基于单元访问控制以及可定制的服务器端处理。使用 Google BigTable 设计思路,基于 Apache Hadoop、Zookeeper 和 Thrift 构建。
Apache Accumulo 是一个可靠的、可伸缩的、高性能的排序分布式的 Key-Value 存储解决方案,基于单元访问控制以及可定制的服务器端处理。使用 Google BigTable 设计思路,基于 Apache Hadoop、Zookeeper 和 Thrift 构建。
Apache Accumulo 1.6.2 发布,此版本主要是 bug 修复版本,包括大量的 bug 修复,比起之前的版本有较大的性能提升。建议 1.6.x 用户升级到此版本!更多改进内容请看 http://accumulo.apache.org/release_notes/1.6.2.html。
Thanks.
- The Apache Accumulo Team