Hacker News new | ask | show | jobs
by sargun 3861 days ago
Riak, Postgresql, and Zookeeper are the only ones that never lost data. Consul, and etcd were mostly correct.
1 comments

PostgreSQL was only tested as a single node.

So it's meaningless even bringing it up.

It sure isn't. A DB client and server are distributed, even if not "scale out". It's very easy to get fundamentals wrong if you do not design for them.
It makes no sense to compare PostgreSQL (single node) with Riak, Cassandra etc (multiple nodes). And distributed generally means distributing your data amongst multiple nodes. I don't expect to see a Call Me Maybe test for Chrome even though by your definition it is distributed.