Genuine question: In what use cases does mongo kick mysql's ass? I've used it a couple of times in hobby projects and enjoyed not maintaining a schema. I read so many of these 'gotcha' style articles and for example one commenter here wants to have a manual "recently dirty" flag to combat the master / slave lag mentioned in the article. I know it's faster (tm) but once you have to take in to account all this low leve…
http://en.wikipedia.org/wiki/Object-relational_impedance_mis...
MongoDB is just ODB, and MySQL is just RDB.
Besides, postgres is the real future!