Cassandra Overview
Cassandra Overview
Cassandra is another no-sql database. Similar to Hbase it is also distributed column-oriented database to handle big data workloads across multiple nodes but it can support both Local File system and HDFS, whereas in Hbase the underlying file system is also HDFS.
It overcomes single point of failure by using a peer-to-peer distributed system across homogeneous nodes where data…
View On WordPress













