I'm using an external mongodb (mongolab) for my meteor app and its inserts are really really slow. Like 3-4 inserts per second. but when I insert directly using the shell it speeds up to 600 - 1000. I even did a very simple meteor app that just loops:
Stats.insert({
Test : "test",
})
Any ideas what's wrong? I'm using the shared cluster plan.