Daily active case files need low-latency access, while decade-old closed cases are rarely opened. How should storage tiers be aligned?
Select an answer to reveal the explanation.
Short Explanation
Hot storage is the desk drawer for today’s files; cold storage is the basement box for decade-old cases you almost never open. Match access frequency to cost and latency. Parking everything on premium SSD forever burns budget for no gain.
Full Explanation
Storage tiering aligns performance and cost with access patterns: hot or frequent tiers favor low latency for active data, while cold or archive tiers reduce cost for infrequently accessed objects. Active case files belong on hotter tiers; decade-old closed cases typically move colder. Cloud platforms provide lifecycle policies to automate that movement.