Hacker News new | ask | show | jobs
What is NoSQL, and why do you need it? (zdnet.com)
3 points by firefox 5001 days ago
2 comments

I use MongoDB because for my specific use case (one user object with lots of related data) it is significantly faster, easier to manage, easier to scale, easier to debug and most importantly easier to develop.

It doesn't mean that it is appropriate for all use cases.

I have been asking myself this question for 2 years. So far, I do not have a concrete answer.