Hacker News new | ask | show | jobs
by itake 479 days ago
Postgres has replicas? Most people use those for reads and a master writes.
1 comments

This can take you really damn far.

I've been playing with CloudNativePG recently and adding replicas is easy as can be, they automatically sync up and join the cluster without you thinking about it.

Way nicer than the bare-vm ansible setup I used at my last company.