How many requests can mongodb handle before being fined?

Does anyone know (from personal experience or official documentation) how many simultaneous requests a single MongoDb server can process before plastering?

+5
source share
2 answers

If your working set exceeds the amount of RAM that you can afford for a single server, or the disk I / O requirements exceed what you can provide on a single server, or (which is less likely), the requirements for your processor exceed that that you can get on one server, then you need to be fined. It all depends a lot on your specific workload. See http://docs.mongodb.org/manual/faq/storage/#what-is-the-working-set

+4
source

. . , . memcaching , .

, , . , , , , sharding. .

+1

All Articles