Data flow sink supports user db schema for staging in Azure Synapse and PostgreSQL connectors
Published Apr 29 2022 02:46 PM 2,860 Views
Microsoft

To achieve the fastest loading speed for moving data into a data warehouse table, load data into a staging table. 

Consider that loading is usually a two-step process in which you first load to a staging table and then insert the data into a production data warehouse table.  Loading to the staging table takes longer, but the second step of inserting the rows to the production table does not incur data movement across the distributions. 

 

Data flow sink transformation supports staging. By default, a temporary table will be created under the sink schema as staging. For Azure Synapse Analytics and Azure PostgreSQL, you can alternatively uncheck the Use sink schema option and instead, specify a schema name under which Data Factory will create a staging table to load upstream data and automatically clean them up upon completion. Make sure you have create table permission in the database and alter table permissions on the schema.

 

Please follow links below for more details.

User db schema for staging in Azure Synapse Analytics 

User db schema for staging in Azure PostgreSQL 

Co-Authors
Version history
Last update:
‎Apr 29 2022 02:45 PM
Updated by: