Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?
Introduction to MongoDB
11–15 of 15 posts
Re: Introduction to MongoDB
#12Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?
Re: Introduction to MongoDB
#13Just 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
#14Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?
You could run into problems but one option to deal with this is to "scale out" to a larger number of machines and shard the data onto each separate machine (with their own RAM) as appose to one or two high RAM machines.
Re: Introduction to MongoDB
#15Just wonder who have hosted data that is larger than RAM with MongoDB, and what's the performance characteristics?