Table of Contents

Search

  1. Preface
  2. Part 1: Introduction to Amazon Redshift connectors
  3. Part 2: Data Integration with Amazon Redshift V2 Connector
  4. Part 3: Data Integration with Amazon Redshift Connector

Amazon Redshift Connectors

Amazon Redshift Connectors

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 Amazon Redshift, 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!