Introduction to MongoDB
thebitsource.com
Introduction to MongoDB
1–10 of 15 posts
Re: Introduction to MongoDB
#2The correct URL For info on BSON is http://bsonspec.org
Re: Introduction to MongoDB
#3Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?
Re: Introduction to MongoDB
#4This needs some serious proofreading.
Re: Introduction to MongoDB
#5This needs some serious proofreading.
At least a good spell check!
Re: Introduction to MongoDB
#6I graduated in 2010. I wonder how long it will be until they start teaching NoSQL in school.
Re: Introduction to MongoDB
#7Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?
As long as your working set of data and indexes fit in RAM then it should perform well.
Re: Introduction to MongoDB
#8Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?
I have not used mongodb for anything sensitive (just log and test analysis), but my experience is that while at least the index stays in ram, things go relatively well, and degrade much worse than mysql once it does not.
Re: Introduction to MongoDB
#9Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?
This happened to Foursquare, and resulted in a lengthy outage. See http://groups.google.com/group/mongodb-user/browse_thread/th... for the full details (including why recovery took so long).
Re: Introduction to MongoDB
#10This needs some serious proofreading.
Sorry, it was posted before I actually finished due to a communication error. I tried to fix some of the problems & I apologize.