Hacker News new | ask | show | jobs
by meghan 3301 days ago
Meghan from MongoDB here.

Agree that eventual consistency is inappropriate for the majority of database workloads. This is why we has always defaulted to strong consistency, by reading from primary nodes in a cluster. (Because eventual consistency is sometimes useful, MongoDB offers eventual consistency, too.)