mongo-NoSql数据库
NoSql数据库类型
| Data Model | Example | Description |
|---|---|---|
| Key/Value store | Dynamo DB, riak | • least complex nosQl options. • Key and a value. |
| Column store | hBase, Big table | • also known as wide column store. • storing data tables as sections of columns of data. |
| Document store | MongoDB, CouchDB | • extends key/value idea. • storing data as a document. • Complex nosQl options. • each document contains a unique key that is used to retrieve the document. |
| graph Database | neo4j | • Based on graph theory. • storing data as nodes, edges, and properties. |
本文深入探讨NoSQL数据库的四种主要类型:Key/Value Store如DynamoDB和Riak;Column Store如HBase和Bigtable;Document Store如MongoDB和CouchDB;以及Graph Database如Neo4j。每种类型都附带详细的描述和示例,帮助读者理解其特点和应用场景。
379

被折叠的 条评论
为什么被折叠?



