CouchDB 与 HBase
这两者之间有什么相似之处吗?
Are there any similarities between these two ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
这两者之间有什么相似之处吗?
Are there any similarities between these two ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
从表面上看,它们有许多相似之处:
然而,每个点的实现细节却截然不同,并且几乎没有相似之处。我将简单地回顾一下要点。
无架构数据模型:
分布式设计:
Map-Reduce:
我试图不详细说明,希望我的解释足以让您理解。
Kristóf Kovács 为这些数据库创建了一个不错的功能概述以及 NoSQL 领域的其他内容。
On the surface, they share many similarities:
However, the details of how each of those points are implemented are quite different, and share very little similarities. I will lightly go over the points.
Schema-Free Data-Model:
Distributed Design:
Map-Reduce:
I attempted to not go into detail, and hope what I explained is sufficient to give you an understanding.
Kristóf Kovács has created a decent overview of the features of these databases plus others in the NoSQL field.
他们没有任何共同点。
CouchDB 是一个数据库,Hadoop 是一个分布式处理框架。
您应该比较 CouchDB 和 Hbase/Hive(基于 Hadoop)。
所以我认为这个老问题应该让你上路:
bigtable 与cassandra、simpledb、dynamo、couchdb、hypertable、riak、hbase,它们有什么共同点?
They have nothing in common.
CouchDB is a database and Hadoop is a distributed processing framework.
You should be comparing CounchDB and Hbase/Hive (which are based on Hadoop) instead.
So I think this older question should get you on the way:
bigtable vs cassandra vs simpledb vs dynamo vs couchdb vs hypertable vs riak vs hbase, what do they have in common?
这是对许多 NoSQL 风格的一个很好的比较:http://kkovacs .eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
This is a good comparison for a lot of NoSQL flavors: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis