derailed / mongo3

Rule your mongoDB clusters!
http:///mongo3.com
443 stars 65 forks source link

Entire app behaves wonky after 1.5 million rows in one collection. #26

Closed Olivia5k closed 5 years ago

Olivia5k commented 11 years ago

I was just evaluating the use of mongo3 for a production, and one of the key concerns when choosing our mongodb admin interface is how well it handles big amounts of data. The pagination works flawlessly in mongo3, but once I inserted a couple of million of rows, it started behaving unpredictably:

To reproduce, just run: for(x=1; x<10000000 ; x++) { db.test_collection.insert({'key': x}) }; in mongo.

I used gem install to get 0.1.5.