A - transient table are basically the same as regular table but do not utilize fail safe hence reducing the storage cost involved with them https://docs.snowflake.com/en/user-guide/tables-temp-transient#transient-tables
For large, high-churn dimension tables that incur overly-excessive CDP costs, the solution is to create these tables as transient with zero Time Travel retention (i.e. DATA_RETENTION_TIME_IN_DAYS=0) and then copy these tables on a periodic basis into a permanent table.
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.
MatthieuDN
2 months, 4 weeks agoAnblicks
4 months, 2 weeks agoYiouk
4 months, 2 weeks ago