Table of Contents

Search

  1. Preface
  2. Mappings
  3. Mapplets
  4. Mapping Parameters
  5. Where to Assign Parameters
  6. Mapping Outputs
  7. Generate a Mapping from an SQL Query
  8. Dynamic Mappings
  9. How to Develop and Run a Dynamic Mapping
  10. Dynamic Mapping Use Cases
  11. Mapping Administration
  12. Import From PowerCenter
  13. Performance Tuning
  14. Pushdown Optimization
  15. Partitioned Mappings
  16. Developer Tool Naming Conventions

Developer Mapping Guide

Developer Mapping Guide

Configuring Pushdown

Configuring Pushdown

You can configure a mapping for pushdown optimization in the mapping run-time properties.
  1. Open a mapping.
  2. On the
    Properties
    tab, select
    Run-time
    .
  3. Choose a pushdown type or assign a pushdown parameter:
    • None
      . The Data Integration Service does not pushdown the mapping logic to the source database.
    • Full
      . The Data Integration Service pushes down the full mapping logic to the source database.
    • Source
      . The Data Integration Service pushes down all mapping logic except the target to the source database.
    • Assign Parameter
      . Select the parameter that you configured for pushdown type or create a new parameter and click
      OK
      .
  4. Optionally, if you choose full pushdown optimization and the mapping contains an Update Strategy transformation, you can choose a pushdown compatibility option or assign a pushdown compatibility parameter.
    • Multiple rows do not have the same key.
      The target transformation connected to the Update Strategy transformation receives multiple rows that have the same key. The Data Integration Service can pushdown the Update Strategy transformation.
    • Multiple rows with the same key can be reordered.
      The target transformation connected to the Update Strategy transformation receives multiple rows with the same key that can be reordered. The Data Integration Service can pushdown the Update Strategy transformation.
    • Multiple rows with the same key cannot be reordered.
      The target transformation connected to the Update Strategy transformation receives multiple rows with the same key that cannot be reordered. The Data Integration Service cannot pushdown the Update Strategy transformation.
    • Assign Parameter
      . Select the parameter that you configured for pushdown compatibility or create a parameter and click
      OK
      .

0 COMMENTS

We’d like to hear from you!