top | item 29725342

(no title)

horstmeyer | 4 years ago

MongoDB is web scale, not universe scale.

discuss

order

Stevvo|4 years ago

You turn it on and it scales right up. Right up to space.

freemint|4 years ago

Would have been so more funny if you wrote "cloud scale".

api|4 years ago

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.

andrewxdiamond|4 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.

908B64B197|4 years ago

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.

freemint|4 years ago

I used NoSQL databases that are ACID.