The growing irrelevance of MongoDB
itexto.com.br
The growing irrelevance of MongoDB
1–10 of 114 posts
Re: The growing irrelevance of MongoDB
#2Re: The growing irrelevance of MongoDB
#3Re: The growing irrelevance of MongoDB
#4If transactions are the biggest problems, there are driver solutions like http://godoc.org/labix.org/v2/mgo/txn for that. I am not sure, how they compare to "real" transactions. Still missing "joining" in some cases though. Otherwise I am ok with MongoDB so far.
Re: The growing irrelevance of MongoDB
#5Re: The growing irrelevance of MongoDB
#6If transactions are the biggest problems, there are driver solutions like http://godoc.org/labix.org/v2/mgo/txn for that. I am not sure, how they compare to "real" transactions. Still missing "joining" in some cases though. Otherwise I am ok with MongoDB so far.
Re: The growing irrelevance of MongoDB
#7Google cache : http://webcache.googleusercontent.com/search?q=cache:wwwdesi...
Re: The growing irrelevance of MongoDB
#8The submission url is malformed :(.
Re: The growing irrelevance of MongoDB
#9I have yet to see a real use case for Mongo unless you are building a Facebook clone. Can someone suggest when it is actually useful over a properly tuned relational database?
I guess I kind of reached the irrelevance stage just thinking about the sort of problems it would be suited to rather than actually building anything.
Re: The growing irrelevance of MongoDB
#10The way you solve things in document dbs like MongoDB is the key - not the fact that you get competitve performance in RDBMS as well.
I like Postgres and the possibility to easily use JSON data. But I still prefer to build applications the NoSQL way...