A legacy inspector-scheduling database in the public-works account is overwhelmed by repeated reads of hot keys such as open time slots and session data after more field tablets came online. Which modernization enhancement should architects add without a full schema rewrite?
Select an answer to reveal the explanation.
Short Explanation
If the same open-slot row gets asked a thousand times, that's a sticky note on the counter, not another trip to the filing room. ElastiCache holds those hot keys so the old database can breathe. A bigger box still answers the same chatty questions.
Full Explanation
Amazon ElastiCache is a Task 4.4 enhancement for chatty, read-heavy access to hot keys and session state in front of a legacy relational database. Caching those keys reduces load without an immediate full schema rewrite. Vertical RDS growth alone, forbidding cache, and querying Glacier for live slots do not address the access pattern.