Apache cassandra, apache HBase and MongoDB any difference?

Asked By 60 points N/A Posted on -
qa-featured

What is the major difference between Apache Cassandra, Apache HBase and MongoDB NoSQL Database environment? Which of them run on Hadoop Distributed Filesystem (HDFS)? Which provide for faster and easier integration of data in applications? What language are the three written? In term of performance, which can handle large amount of data most?

SHARE
Answered By 5 points N/A #192114

Apache cassandra, apache HBase and MongoDB any difference?

qa-featured

Hello,

Cassandra is economical while offering many benefits: high scalability, great performance under heavy workloads, robust security, and operational simplicity.  Hbase offers fewer benefits and options for usage.  One benefit of Mongo is that it allows for the use of many programming languages.  Apache environments are written in Java while Mongo is written in C++.  All three are compatible with Hadoop.

Related Questions