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

NoSQL分类

发布时间:2020-12-13 13:49:36 所属栏目:百科 来源:网络整理
导读:NoSQL数据库分类: NoSQL DEFINITION:Next Generation Databases mostly addressing some of the points: being non-relational,distributed,open-source and horizontally scalable . The original intention has been modern web-scale databases . The mo

NoSQL数据库分类:

NoSQL DEFINITION:Next Generation Databases mostly addressing some of the points: being non-relational,distributed,open-source and horizontally scalable.
The original intention has been modern web-scale databases. The movement began early 2009 andis growing rapidly. Often more characteristics apply such as: schema-free,easy replication support,simple API,eventually consistent / BASE (not ACID),a huge amount of data and more. So the misleading term "nosql" (the community nowtranslates it mostly with " not only sql") should be seen as an alias to something like thedefinition above.

......

Wide Column Store / Column Families

Document Store

Key Value / Tuple Store

Graph Databases

Multimodel Databases

Object Databases

Grid & Cloud Database Solutions

XML Databases

Multidimensional Databases

Multivalue Databases

Classification based on data model

以下列表来自于http://en.wikipedia.org/wiki/NoSQL

Stephen Yen in his blog post "A yes for NoSQL taxonomy" suggests the following:

Term Matching Database
KV Store keyspace Flare SchemaFree RAMCloud Oracle NoSQL Database(OnDB)
KV Store - Eventually consistent Dynamo Voldemort Dynomite SubRecord Mo8onDb Dovetaildb
KV Store - Ordered TokyoTyrant Lightcloud NMDB Luxio MemcacheDB Actord
KV Cache Memcached Repcached Coherence Infinispan EXtremeScale JBossCache Velocity Terracoqua
Tuple Store Gigaspaces Coord ApacheRiver
Object Database ZopeDB DB40 Shoal
Document Store CouchDB Couchbase MongoDB Jackrabbit XML-Databases ThruDB CloudKit Prsevere Riak-Basho Scalaris
Wide Columnar Store Bigtable Hbase Cassandra Hypertable KAI OpenNeptune Qbase KDI

Classification based on feature

Ben Scofield categorized NoSQL databases based on nonfunctional categories (“(il)ities“) plus a rating of their feature coverage:

Data Model Performance Scalability Flexibility Complexity Functionality
Key-Value Stores high high high none variable (none)
Column Store high high moderate low minimal
Document Store high variable (high) high low variable (low)
Graph Database variable variable high high graph theory
Relational Database variable variable low moderate relational algebra.

http://nosql-database.org/

(编辑:李大同)

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

    推荐文章
      热点阅读