You have deployed multiple EC2 instances across multiple availability zones to run your website. You have also deployed a Multi-AZ RDS MySQL Extra Large DB Instance. The site performs a high number of small read and write operations per second. After some time, you observed that there is read contention on RDS MySQL. What would be your approach to resolving the contention and optimizing your website?
You have deployed multiple EC2 instances across multiple availability zones to run your website. You have also deployed a Multi-AZ RDS MySQL Extra Large DB Instance. The site performs a high number of small read and write operations per second. After some time, you observed that there is read contention on RDS MySQL. What would be your approach to resolving the contention and optimizing your website?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
标签: intellipaat, aws, topic-specific, aws, cloud
参考答案摘要
The read contention problem can be solved in various ways: 1. Read Replicas: Read replicas are copies of the database, but these replicas can only be used to read the data. There are multiple such rep...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。