Skip to content

Tag: databases

All the articles with the tag "databases".

Postgres HA: Patroni + etcd + HAProxy

Postgres HA: Patroni + etcd + HAProxy

Build a real Postgres 17 HA cluster with Patroni 4.x, etcd 3.5, and HAProxy — fully automatic failover, tested switchover procedure, zero manual babysitting.

KeyDB: A Redis Fork With Multi-Threading

KeyDB: A Redis Fork With Multi-Threading

KeyDB forked Redis and shipped multi-threaded I/O and active-active replication years before Redis itself did. Here is whether it is still worth using today.

Postgres EXPLAIN ANALYZE Without Crying

Postgres EXPLAIN ANALYZE Without Crying

Learn to read Postgres EXPLAIN ANALYZE output without losing your mind. Costs, row estimates, buffer hit stats, and the index and query fixes that matter most.