When there are flash sales on different platforms eg: mobile phone flash sales on flipkart amazon etc Do they scale their read replica's during flash sales for better performance? Because the traffic increases 10x or 20x for short period of time
b
brash-monitor-80970
08/22/2020, 3:24 PM
Sure thats one way of looking at it. The possibility that they are running their website as microservices is high. I am think they use combination of SQL + NoSQL databases with Read replica
brash-monitor-80970
08/22/2020, 3:26 PM
There is a good chance they are running their infra on top of kubernetes. Hence scaling up their pods with the traffic is one way of doing it. And yes databases can be run on top of K8s now
e
echoing-computer-87366
08/24/2020, 6:16 PM
Oh ok. Do you know any good blogs or tutorials which show implementation of read replication and scaling database for high read throughput @brash-monitor-80970