加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Types of NoSQL databases

发布时间:2020-12-13 13:37:51 所属栏目:百科 来源:网络整理
导读:The NoSQL databases currently being used can be grouped into four broad categories: Key-value data stores : Data is stored as key-value pairs. Values are retrieved by keys.Redis,Dynomite,and Voldemort are examples of such databases. Column


The NoSQL databases currently being used can be grouped into four broad categories:

  • Key-value data stores: Data is stored as key-value pairs. Values are retrieved by keys.Redis,Dynomite,and Voldemort are examples of such databases.

  • Column-based databases: These databases organize the data in tables,similar to anRDBMS,however,they store the content by columns instead of rows. They are goodfor data warehousing applications. Examples of column-based databases are Hbase,Cassandra,Hypertable,and so on.

  • Document-based databases: Data is stored and organized as a collection ofdocuments. The documents are flexible; each document can have any number offields. Apache CouchDB and MongoDB are prominent document databases.

  • Graph-based data-stores: These databases apply the computer science graph theoryfor storing and retrieving data. They focus on interconnectivity of different parts of data. Units of data are visualized as nodes and relationships among them aredefined by edges connecting the nodes. Neo4j is an example of such a database.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读