Topic
Cassandra
Learn Cassandra as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts6 Articles3h 4m
Overview
Learn Cassandra as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
Databases
Distributed Systems
Mongodb
Nosql
Learning Path in this Topic
Series that contain articles from Cassandra. Select a path to filter the article list.
Articles
6 matched articles
Article 4Compare-and-Swap and Optimistic Locking: How Every Database Implements ItTLDR: Compare-and-Swap (CAS) is the CPU-level atomic instruction that makes lock-free concurrency possible. Optimistic locking builds on it at the database layer: read freely, compute locally, write o34 min
Article 5Sharding Approaches in SQL and NoSQL: Range, Hash, and Directory-Based Strategies ComparedTLDR: Sharding splits your database across multiple physical nodes so no single machine carries all the data or absorbs all the writes. The strategy you choose — range, hash, consistent hashing, or di29 min