Topic
Sql Nosql
Learn Sql Nosql as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts10 Articles3h 52m
Overview
Learn Sql Nosql as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
Nosql
Databases
System Design
Distributed Systems
Learning Path in this Topic
Series that contain articles from Sql Nosql. Select a path to filter the article list.
Articles
10 matched articles
Article 1Choosing the Right Database: CAP Theorem and Practical Use CasesTLDR: Database selection is a trade-off between consistency, availability, and scalability. By using the CAP Theorem as a compass and matching your data access patterns to the right storage engine (Re7 min
Article 4Partitioning 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 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 minPage 1 of 2