Skip to content

Commit

Permalink
use generic statement to prevent repeating info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Sandbrink committed Jan 30, 2024
1 parent b87dd1b commit 1c817bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/website/docs/general-usage/full-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,4 @@ opportunities, you should use this strategy. The `staging-optimized` strategy be
recreated with a [clone command](https://docs.snowflake.com/en/sql-reference/sql/create-clone) from the staging tables. This is a low cost and fast way to create a second independent table from the data of another. Learn
more about [table cloning on snowflake](https://docs.snowflake.com/en/user-guide/object-clone).

For all other destinations the `staging-optimized` will fall back to the behavior of the `insert-from-staging` strategy.


For all other [destinations](../dlt-ecosystem/destinations/index.md), please look at their respective documentation pages to see if and how the `staging-optimized` strategy is implemented. If it is not implemented, `dlt` will fall back to the `insert-from-staging` strategy.

0 comments on commit 1c817bd

Please sign in to comment.