Hacker News new | ask | show | jobs
by 52804375092485 3168 days ago
I can't think of a compelling reason to use Mongo over Cassandra except "we already use it and don't want to change".
1 comments

It's a fair bit easier to setup than Cassandra and a document store is simply easier for most people to reason about than column-families.

For something like your typical rails app, Mongo has some real nice properties. It makes it sticky. You start out with Mongo because you can just drop data in and off you go. You keep using it because Mongo, despite all of its drawbacks, is really plenty good enough for more than 80% of the stuff on the web.