Google News
logo
Cassandra - Interview Questions
Name different types of NoSQL database.
There are four types of NoSQL Database :

* Document store types ( MongoDB and CouchDB)
* Key-Value store types ( Redis and Volgemort)
* Column store types ( Cassandra)
* Graph store types ( Neo4j and Giraph)
Advertisement