Which view or command offers the MOST detailed storage information for a table?
ACCOUNT_USAGE.TABLE_STORAGE_METRICS provides table-level storage utilization and breaks billed storage into active, Time Travel, Fail-safe, and retained-for-clone bytes. ACCOUNT_USAGE.STORAGE_USAGE is account-wide daily storage usage rather than detailed metrics for an individual table. Snowflake TABLE_STORAGE_METRICS documentation
ACCOUNT_USAGE.TABLE_STORAGE_METRICS
ACCOUNT_USAGE.STORAGE_USAGE
Community Discussion