Picture the below data persistence requirements: The DB should be able to handle a minimum of 1.5 million RPS (Request Per Second) with 1 million writes per second and 500K reads per second. Eventual data consistency is fine. Low response latency (< 5 ms)
The thought process behind picking the right…
Picture the below data persistence requirements: The DB should be able to handle a minimum of 1.5 million RPS (Request Per Second) with 1 million writes per second and 500K reads per second. Eventual data consistency is fine. Low response latency (< 5 ms)