Hacker News new | ask | show | jobs
by Kaze404 2280 days ago
Side note, why do you love MongoDB? I've never had a situation where I believed it would fit my current problem better, so I really don't know why people use it.
1 comments

I think productivity is much higher at least with NodeJS, but for large projects I would do in Postgre/MySQL.
But what can you do with MongoDB that you can't do with Postgres? (Not sure about MySQL)

Last I read, JSONB performance is actually better in Postgres anyway, and you also get the ability to expand into relational data if you want to.