NoSQL   发布时间:2022-05-24  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了Types of NoSQL databases大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。


@H_696_5@

The Nosql databases currently being used can be grouped into four broad categorIEs:@H_696_5@

  • 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.@H_696_5@

  • 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.@H_696_5@

  • 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.@H_696_5@

  • 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.@H_696_5@

大佬总结

以上是大佬教程为你收集整理的Types of NoSQL databases全部内容,希望文章能够帮你解决Types of NoSQL databases所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: