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. Export to PowerCenter
  13. Import From PowerCenter
  14. Performance Tuning
  15. Pushdown Optimization
  16. Partitioned Mappings
  17. Developer Tool Naming Conventions

Developer Mapping Guide

Developer Mapping Guide

Operator Compatibility

Operator Compatibility

When you use pushdown optimization, the Integration Service converts the expression in the transformation or workflow link by determining equivalent operators in the database. If there is no equivalent operator, the Integration Service processes the transformation logic.
You can push the following operators to the database using full pushdown optimization:
+ - * / % ||= > < >= <= <> != ^= not and or
Consider the following exceptions to operators:
  • Data Integration Service can push these operators to the following sources only when they are included in Filter transformation logic:
    • DB2 for
      i5/OS
      or
      z/OS
    • Non-relational
    • SAP
  • You cannot push the
    / % || <> ^= not
    operator to Non-relational sources.
    Nonrelational sources are IMS, VSAM, and sequential data sets on
    z/OS
    .
  • You cannot push down
    + - * / % || not
    operators to SAP sources.
  • You cannot push down
    % ||
    operators to ODBC sources.

0 COMMENTS

We’d like to hear from you!