Hacker News new | ask | show | jobs
by horstmeyer 1630 days ago
MongoDB is web scale, not universe scale.
3 comments

You turn it on and it scales right up. Right up to space.
Would have been so more funny if you wrote "cloud scale".
It's interesting how much contempt people have around here for one of the most successful open source oriented companies in recent memory.

Most of the bad things about MongoDB are actually bad things about the NoSQL fad, and that fad was huge around here a few years ago.

Mongo’s “return before write” behavior is what earned it this title. It makes it look better on benchmarks, convincing unwitting devs that it is a better choice.
Mongo and NoSQL, to me, are really symptoms of the Bootcamp craze that happened a few years ago.

It's way easier to understand than relational databases, can be simply browsed and retrieved as json (usefull when your only language is JS) and had good adapters for the cookie cutter frameworks used at the time. And you don't need to bother with a schema or joins.

There are use-cases for NoSQL but it's not a once size fits all solution.

I used NoSQL databases that are ACID.
I used acid and selected a nosql.