-Data lake storage users can manage their storage costs efficiently by moving the files between Hot, Cool and Cold tiers based on their usage patterns. It's commonly observed that files are always stored in Hot tier and a very less percentage of them are accessed later. This can lead to increased storage costs since the Hot tier is more expensive. To optimize costs, you can add a lifecycle policy that automatically moves files to the Cool or Cold tier after a certain number of days. If a file is accessed after being moved, the policy can bring it back to the Hot tier. To implement this policy, you need to enable access tracking, which allows the system to monitor and respond to file access patterns.
0 commit comments