Google News
logo
MongoDB - Interview Questions
What is the difference between MongoDB and Cassandra?
Difference between MongoDB and Cassandra :
 
MongoDB is written in C++ while Cassandra is written in Java.
MongoDB is cross-platform document-oriented database system while Cassandra is high performance distributed database system.
MongoDB is easy to administer in the case of failure while Cassandra provides high availability with no single point of failure.
Advertisement