Ming Lei:适用企业的NoSQL解决方案

Ming Lei:适用企业的NoSQL解决方案

2013大数据全球技术峰会专题

Google美国总部资深架构师Ming Lei在关于如何选择适用企业的NoSQL解决方案提出,以下三点是在企业选择解决方案时需要考虑的:

1.理解体系结构的实现。

2.了解使用模式。

3.几个NOSQL开源项目的详细比较

其中,开源存储系统里面的通用架构比较包括:Highly Coupled (clustered) vs. Space based;Peer-to-Peer vs. Client-to-Server;Inter-process Co-ordination vs. Database Centric。

然而比较不同的解决方案应该通过哪些纬度?

· Storage Type

· CAP

· ACID

· Read/Write Performance

· Replication and Sharding

· Indexed and Secondary Index

· High Availability, Fault Tolerance, Failover

· Scalability on data and request

存储类型

· Document: Jackrabbit, MongoDb, ArangoDb, CouchBase, CouchDb

· Columns: Hbase, Cassandra

相关推荐