Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange for Amazon Redshift
  3. PowerExchange for Amazon Redshift Configuration
  4. Amazon Redshift Connections
  5. PowerExchange for Amazon Redshift Data Objects
  6. Amazon Redshift Mappings
  7. Pushdown Optimization
  8. Amazon Redshift Lookup
  9. Appendix A: Amazon Redshift Datatype Reference
  10. Appendix B: Troubleshooting

PowerExchange for Amazon Redshift User Guide

PowerExchange for Amazon Redshift User Guide

Amazon Redshift Pushdown Optimization Overview

Amazon Redshift Pushdown Optimization Overview

You can use pushdown optimization to push transformation logic to source or target databases.
You can run a mapping configured for pushdown optimization in the native environment.
Use pushdown optimization to improve mapping performance by using the database resources. When you run a mapping configured for pushdown optimization, the mapping converts the transformation logic to an SQL query. The mapping sends the query to the database, and the database executes the query.
Amazon Redshift supports source-side and full pushdown optimization for mappings. You can perform insert, update, or delete operation in a pushdown optimization.
Example
: You work for a rapidly growing data science organization. Your organization develops software products to analyze financials, building financial graphs connecting people profiles, companies, jobs, advertisers, and publishers. The organization uses infrastructure based on Amazon Redshift Services and stores its data in Amazon Redshift database, a petabyte-scale data warehouse. The organization plans to implement a business intelligence service to build visualization and perform real-time analysis. Therefore, you need to port the vast amount of data stored in one database of Amazon Redshift to another Amazon Redshift database. Then, use MPP to run high-performance analytics.
You can use an ODBC connection to read this large amount of data from and write data to Amazon Redshift. Use full pushdown for the ODBC connection type to enhance the performance.
To read data from and write data to a Amazon Redshift object using the OBDC connection, perform the following steps:
  1. Download and install the Amazon Redshift ODBC driver.
  2. Configure a system DSN.
  3. Create an ODBC connection to access the Amazon Redshift read and write data objects.
  4. Import the Amazon Redshift read and write data objects.
  5. Create and run a mapping.

0 COMMENTS

We’d like to hear from you!