Skip to content

Tag: databases

All the articles with the tag "databases".

ClickHouse vs DuckDB vs StarRocks: Light OLAP

ClickHouse vs DuckDB vs StarRocks: Light OLAP

· Updated:

ClickHouse, DuckDB, or StarRocks for home lab analytics? A practical guide to picking the right OLAP engine for your query patterns without losing the weekend.

Postgres HA: Patroni + etcd + HAProxy

Postgres HA: Patroni + etcd + HAProxy

· Updated:

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.

Dragonfly vs Redis: Single-Binary Performance

Dragonfly vs Redis: Single-Binary Performance

· Updated:

DragonflyDB vs Redis 8.x and Valkey 9.x: architecture deep dive, real performance benchmarks, honest gotchas, and when to swap your cache layer for a dragon.

KeyDB: A Redis Fork With Multi-Threading

KeyDB: A Redis Fork With Multi-Threading

· Updated:

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.

pg_repack vs VACUUM FULL: Reclaim Bloat Live

pg_repack vs VACUUM FULL: Reclaim Bloat Live

· Updated:

Postgres table bloat killing your query performance? Compare VACUUM FULL vs pg_repack and learn how to reclaim disk space live without any scheduled downtime.

pg_stat_statements: What Most Tutorials Miss

pg_stat_statements: What Most Tutorials Miss

· Updated:

pg_stat_statements is far more than a slow query log. Here is what most tutorials skip entirely: tail latency percentiles, cache hit ratios, and WAL bloat.

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.

pgAdmin vs Adminer vs CloudBeaver: Web UIs

pgAdmin vs Adminer vs CloudBeaver: Web UIs

· Updated:

pgAdmin, Adminer, or CloudBeaver, three web UIs for your databases, zero overlap in who should use them. Pick the wrong one and you'll hate your life.

PostgreSQL on ZFS: Tuning, Snapshots, Pitfalls

PostgreSQL on ZFS: Tuning, Snapshots, Pitfalls

· Updated:

Run PostgreSQL 18 on ZFS for atomic snapshots, lz4 compression, and silent corruption detection. Tuning guide, backup automation scripts, and the real pitfalls.