In the context of optimizing a large-scale web application's backend storage, which approach is most effective at minimizing disk access latency for frequently read data?
(Choose one correct answer)
Employing a Content Delivery Network (CDN) to cache data at edge locations closer to users.
Integrating an in-memory database system like Redis to cache and quickly retrieve frequently accessed data.
Implementing database sharding to distribute and parallelize access.
Using solid-state drives (SSDs) instead of hard disk drives (HDDs) for storage.
Advertisement
Your feedback is appreciated!
Explore Quizzes
Software Architecture
Are you passionate about pursuing a career as a software architect? Or maybe you're a developer look...