1.

What Are The Different Kinds Of Nosql Data Stores?

Answer»

There are varieties of NoSQL data stores AVAILABLE which can be widely distributed among four categories:

  • Key-value store: A simple data storage system that uses a key to access a value. Examples- Redis, Riak, DynamoDB, MEMCACHE
  • Column family store: A sparse matrix system that uses a row and a column as keys. Example- HBASE, CASSANDRA, Big Table
  • Graph store: For relationship-intensive problems. Example- Neo4j, InfiniteGraph
  • Document store: Storing hierarchical data structures directly in the DATABASE. Example- MongoDB, CouchDB, Marklogic

 

There are varieties of NoSQL data stores available which can be widely distributed among four categories:

 



Discussion

No Comment Found