What are the benefits of using MongoDB (noSQL) over a more traditional MYSQL, or PostgreSQL?<p>I'm thinking about investing some time in learning MongoDB but before doing so, I would like to hear more about why it's better (if it is) than the former.<p>Cheers!
There are next-generation NoSQL data stores out there that are better than MongoDB on many axis (performance, consistency, fault-tolerance, API, backup speeds, etc). One of these (full disclosure: it's from my group) is HyperDex (<a href="http://hyperdex.org" rel="nofollow">http://hyperdex.org</a>).
Maybe this thread help you: <a href="https://news.ycombinator.com/item?id=7448721" rel="nofollow">https://news.ycombinator.com/item?id=7448721</a>