01
Databases
Redis, ClickHouse, PostgreSQL, OpenSearch -- internals, clustering, HA
6 lessons
[S3] ClickHouse over S3
ClickHouse with S3-backed SharedMergeTree: disaggregated storage, zero-copy replication, local SSD cache, background merges on S3
[PROD] ClickHouse Production Architecture
Complete production-ready ClickHouse with Keeper, proper scaling, failure scenarios, and best practices
[DEEP] PostgreSQL + Patroni HA
Production HA: Patroni + etcd consensus, streaming replication (sync/async), HAProxy failover, WAL archiving
Redis Cluster + Sentinel
Redis Cluster with 3 shards (master + replica), Sentinel failover, write/read/failover scenarios
[MULTI-DC] ClickHouse Geo-Distributed
ClickHouse across 3 datacenters (US/EU/AP) with 5-node Keeper, sync/async replication, and DR scenarios
[CLUSTER] Redis Cluster (Native Sharding)
Redis Cluster: 16384 hash slots, built-in failover via gossip, MOVED/ASK redirects, online resharding - NO Sentinel needed