bigtable vs cassandra vs simpledb vs dynamo vs couchdb vs hypertable vs riak vs hbase, what do they have in common?

前端 未结 2 462
傲寒
傲寒 2021-01-30 14:44

Sorry if this question is somewhat subjective. I am new to \'could store\', \'distributed store\' or some concepts like this. I really wonder what do they have in common and wan

相关标签:
2条回答
  • 2021-01-30 15:22

    The NoSQL Database site summarizes the concept like this:

    Next Generation Databases mostly address some of the points: being non-relational, distributed, open-source and horizontal scalable. The original intention has been modern web-scale databases. The movement began early 2009 and is growing rapidly. Often more characteristics apply as: schema-free, replication support, easy API, eventually consistency, and more. So the misleading term "nosql" (the community now translates it mostly with "not only sql") should be seen as an alias to something like the definition above.

    That site also maintains an archive of articles on NoSQL databases. Most of them seem to focus on particular products but there are some more general overviews. If you are serious about building your own one then Design Patterns for Distributed Non-Relational Databases does a good round up of things you need to consider.

    0 讨论(0)
  • 2021-01-30 15:22

    Good overview of the nosql world: http://www.vineetgupta.com/2010/01/nosql-databases-part-1-landscape/

    0 讨论(0)
提交回复
热议问题