BACKUP
Last updated
Last updated
Enables Amazon Redshift to automatically adjust the encoding type for all columns in the table to optimize query performance. In Snowflake, the concept of BACKUP
as seen in other databases is not directly applicable. Snowflake automatically handles data backup and recovery through its built-in features like Time Travel and Fail-safe, eliminating the need for manual backup operations. For these reasons, the statement BACKUP
is removed during the transformation process
Click to navigate to the Amazon Redshift docs page for this syntax.
An FDM is added since Snowflake, by default, always creates a backup of the created table.
The option is removed since Snowflake, by default, applies a backup to the created table.
: "Option" not supported. Data storage is automatically handled by Snowflake.