Snowflake Optimization Tip of the Day #7 ➡ Identify and remove unused Storage Storage is generally very cheap in Snowflake but unused tables can amount to a significant redundant cost. Snowflake provides the access_history view that parses each of your SQL queries to identify every access of a particular table. This table can be used to identify unused storage efficiently. The link to a technical blog to identify these is in the first comment. If you have a view on top of a table and you only access the view, it will be an indirect access for the table, Snowflake handles those parts as well to provide info that is actually relevant.
Valuable insight! Managing unused storage efficiently in Snowflake can lead to significant cost savings.
YC Alum | IIT Bombay CS | JEE AIR 44
7mohttps://baselit.ai/blog/how-to-cut-storage-costs-in-snowflake