Handle massive request per second
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
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