Table of Contents

Search

  1. Preface
  2. Introduction to Microsoft Azure Synapse SQL Connector
  3. Connections for Microsoft Azure Synapse SQL
  4. Mappings for Microsoft Azure Synapse SQL
  5. Upgrading to Microsoft Azure Synapse SQL Connector
  6. Migrating a mapping
  7. SQL ELT optimization
  8. Data type reference
  9. Troubleshooting

Microsoft Azure Synapse SQL Connector

Microsoft Azure Synapse SQL Connector

Data Integration behavior with source and full SQL ELT optimization

Data Integration behavior with source and full
SQL ELT optimization

When you select full or source
SQL ELT optimization
for a mapping that reads from or writes to Microsoft Azure Synapse SQL, Data Integration analyzes the mapping from the source to the target or until it reaches a downstream transformation to determine whether to push down only partial or the entire mapping logic for processing to the database.
If all the transformations in the mapping are supported for
SQL ELT optimization
, the task pushes down the entire mapping logic to the database.
When a transformation is not supported in the mapping, the task partially pushes down the mapping logic to the point where the transformation is supported for
SQL ELT optimization
. Data Integration generates and executes a SELECT statement for the transformation logic that needs to be pushed down. Then, it reads the results of this SQL query and processes the remaining transformations in the mapping.

0 COMMENTS

We’d like to hear from you!