Among the Information Schema views that expose storage usage, TABLE_STORAGE_METRICS is the only one that breaks out owned versus referenced storage bytes when tables are cloned. Cloned tables share underlying micro‑partitions; Snowflake tracks which bytes are “owned” by the active table versus those “referenced” (retained because another clone still needs them). The TABLE_STORAGE_METRICS view surfaces distinct columns for these categories, whereas the other views do not.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Billhardy
1Â week, 5Â days ago37ceea2
3Â months ago