Comment on New MongoDB alerts and advisories pageparentComments−tedsuo14yDoes this make mongo a bad choice for storing real time statistics?−moe14yYou always have to benchmark for your own use-case.This is even more true for mongo than for other databases because mongo doesn't degrade very well; when you overload it with writes it will effectively grind to a halt.This is documented e.g. in the clustrix benchmark: http://sergei.clustrix.com/2011/01/mongodb-vs-clustrix-compa...
Comments
Does this make mongo a bad choice for storing real time statistics?
You always have to benchmark for your own use-case.
This is even more true for mongo than for other databases because mongo doesn't degrade very well; when you overload it with writes it will effectively grind to a halt.
This is documented e.g. in the clustrix benchmark: http://sergei.clustrix.com/2011/01/mongodb-vs-clustrix-compa...