Logo
Grokking the Advanced System Design Interview
Ask Author
Back to course home

0% completed

Summary: Cassandra

Here is a quick summary of Cassandra for you!

Summary

  1. Cassandra is a distributed, decentralized, scalable, and highly available NoSQL database.
  2. Cassandra was designed with the understanding that software/hardware failures can and do occur.
  3. Cassandra is a peer-to-peer distributed system, i.e., it does not have any leader or follower nodes. All nodes are equal, and there is no single point of failure.
  4. Data, in Cassandra, is automatically distributed across nodes.
  5. Data is replicated across the nodes for fault tolerance and redundancy. 6

.....

.....

.....

Like the course? Get enrolled and start learning!