Was MongoDB Ever the Right Choice?
simplethread.com
Was MongoDB Ever the Right Choice?
1–10 of 224 posts
Re: Was MongoDB Ever the Right Choice?
#2If you get to the point where your website is outgrowing it’s initial mongodb implementation, you have a very good problem on your hands.
Re: Was MongoDB Ever the Right Choice?
#3I used it before I understood anything about databases, and I got some jobs done with it. Now that I have some knowledge, I choose PostgreSQL for most cases. But mongodb got me up and rolling in a pretty DRY way when I first started programming for the web. If you get to the point where your website is outgrowing it’s initial mongodb implementation, you have a very good problem on your hands.
Re: Was MongoDB Ever the Right Choice?
#4Re: Was MongoDB Ever the Right Choice?
#5No
Re: Was MongoDB Ever the Right Choice?
#6I might be wrong about that because I pretty much ignored DBs in the late 90's and 00s, so I never really followed what was happening. However, one thing I'm absolutely sure about: MongoDB had very few features that were really novel. I'm not really sure why people think everything started there (especially someone who knows about 4GL ;-) )
Re: Was MongoDB Ever the Right Choice?
#7Re: Was MongoDB Ever the Right Choice?
#8I accept that the unacknowledged writes was a bad decision, but IMHO if you deploy a new database without reading the documentation, you have bigger issues.
The reality is that there are some places where speed of movement is important and referential integrity is just not that big a deal. We're not all building banking systems.
Re: Was MongoDB Ever the Right Choice?
#9Re: Was MongoDB Ever the Right Choice?
#10Once the data layer starts to resonate around a solution ... then pick the right horse for it.