How can i design a system that handle 100k req/s at peak time, each request performs an update of an object within 20kb size
I used nodejs as backend for non blocking io, write-behind pattern with redis as cache and mongodb as db, but it handles only 10k req/s at peak
New contributor
Quoc Le Van is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.