Glossary

Cassandra

A masterless, write-optimized wide-column NoSQL store.

1 min read·5 sections
Open the interactive version → diagrams, practice & more

Definition

A masterless, write-optimized wide-column NoSQL store.

How it works

Consistent-hashing ring (no single master), tunable quorums, LSM-tree storage — built for huge write volume and high availability.

Learn more on SystemLore

Common questions

What is Cassandra?

A masterless, write-optimized wide-column NoSQL store.

How does Cassandra work?

Consistent-hashing ring (no single master), tunable quorums, LSM-tree storage — built for huge write volume and high availability.

What is Cassandra used for in system design?

Consistent-hashing ring (no single master), tunable quorums, LSM-tree storage — built for huge write volume and high availability.

Part of Glossary on SystemLore — system design explained with 148 deep topics, interactive diagrams, and a build-it-yourself game. Build this one →