您的位置:首页 > 数据库

NoSQL(Not Only SQL)

2013-08-14 12:38 489 查看
Everything has its properties and has relation with each other.

All in world can be related to each other by a kind of special router.

More videos on https://class.coursera.org/datasci-001/lecture/preview
Machine Learning Videos on: http://blog.videolectures.net/100-most-popular-machine-learning-talks-at-videolectures-net/
http://www.lookpre.com/post/g437839.html

NoSQL = Not Only SQL or Distributed Data Management System.

CAP Principle In No SQL



Two Basic Method for Big Data
Store Data by column and sort them, then store them on different area by value created via a kind of method(map-reduce)

Store Data by Key using Hash method, the values are stored on different area by Hashed key.



NoSQL Classification
Column: Hbase, Cassandra, Accumulo

Document: MongoDB, Couchbase, Raven

Key-value : Dynamo, Riak, Azure, Redis, Cache, GT.m

Graph: Neo4J, Allegro, Virtuoso, Bigdata





All introduction of NoSQL (http://nosql-database.org/ & http://en.wikipedia.org/wiki/NoSQL)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: