Topic
Nosql
Learn Nosql as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts11 Articles4h 7m
Overview
Learn Nosql as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
System Design
Databases
Distributed Systems
Cassandra
Learning Path in this Topic
Series that contain articles from Nosql. Select a path to filter the article list.
Articles
11 matched articles
Article 2Partitioning Approaches in SQL and NoSQL: Horizontal, Vertical, Range, Hash, and List PartitioningTLDR: Partitioning splits one logical table into smaller physical pieces. The database skips irrelevant pieces entirely — turning a 30-second full-table scan into a sub-second single-partition read. S12 min
Article 3Sharding 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 minPage 1 of 2