Snowflake Best Practices
Snowflake Best Practices
features
• CLONE
• TRANSIENT, TEMPORARY , PERMANENT
TABLES.
• FAIL SAFE.
• TIME TRAVEL.
• RETENTION PERIOD.
• COPY COMMAND.
• INTERNAL STAGE , EXTERNAL STAGE.
• SAMPLING.
Best practices on
tables
• All staging tabels should be transient.
• > For a development cluster set auto shut down to max period.
• > While loading data to a table sort by keys on which you want
to query data in future.
• > Use large cluster to run copy command. Run copy command
on smaller chunks of files.