Blob and Object Storage: Storing Files at Scale
Object storage explained: the flat key-space and HTTP model, blob vs object naming, object vs block vs file…
Author
18 articles
Object storage explained: the flat key-space and HTTP model, blob vs object naming, object vs block vs file…
SQL vs NoSQL decided on real constraints: what relational databases guarantee, the types of nosql databases, when to…
How do database indexes work: the b tree index, clustered vs non clustered indexes, composite index column order,…
Sharding vs replication compared: what each mechanism scales, when replication is enough, when to shard, and why production…
Database sharding explained: range, hash, directory, and geographic strategies, choosing a shard key, hot shards, cross-shard queries, and…
Database replication explained: leader-follower, multi-leader, and leaderless topologies, synchronous vs asynchronous trade-offs, replication lag, and the failover failure…