Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Aggregator transformation
  6. Cleanse transformation
  7. Data Masking transformation
  8. Data Services transformation
  9. Deduplicate transformation
  10. Expression transformation
  11. Filter transformation
  12. Hierarchy Builder transformation
  13. Hierarchy Parser transformation
  14. Hierarchy Processor transformation
  15. Input transformation
  16. Java transformation
  17. Java transformation API reference
  18. Joiner transformation
  19. Labeler transformation
  20. Lookup transformation
  21. Machine Learning transformation
  22. Mapplet transformation
  23. Normalizer transformation
  24. Output transformation
  25. Parse transformation
  26. Python transformation
  27. Rank transformation
  28. Router transformation
  29. Rule Specification transformation
  30. Sequence Generator transformation
  31. Sorter transformation
  32. SQL transformation
  33. Structure Parser transformation
  34. Transaction Control transformation
  35. Union transformation
  36. Velocity transformation
  37. Verifier transformation
  38. Web Services transformation

Transformations

Transformations

Partitioning rules and guidelines

Partitioning rules and guidelines

Before you partition a mapping, note the following rules and guidelines:
  • Consider the types of transformations in the mapping and the order in which transformations appear so that you do not get unexpected results. You can partition a mapping if the
    mapping
    task can maintain data consistency when it processes the partitioned data.
  • For flat file partitioning, session performance is optimal with large source files. The load may be unbalanced if the amount of input data is small.
  • When a Sequence Generator transformation is in a mapping with partitioning enabled, ensure that you set up caching in the Sequence Generator transformation. Otherwise, the sequence numbers the task generates for each partition are not consecutive.
  • Sequence numbers generated by Normalizer and Sequence Generator transformations might not be sequential for a partitioned source, but they are unique.
  • When a Sorter transformation is in a mapping with partitioning enabled, the task sorts data in each partition separately.
  • A Sorter transformation must be placed before any Joiner transformation or Aggregator transformation that is configured to use sorted data.
  • You cannot use in-out parameters for key range values.
  • If your mapping has more than eight partitions,
    mapping
    task performance might degrade. You can configure the Buffer Block Size and DTM Buffer Size advanced properties in the
    mapping
    task to improve performance.
  • On Linux, if a target table name includes a unicode character, you need to set the default locale to UTF-8 to support multibyte data. To set the default locale to UTF-8, see the following examples:
    • For bash and related UNIX shells:
      export LC_ALL=en_US.UTF-8
    • For csh and related UNIX shells:
      setenv LC_ALL en_US.UTF-8
  • If you use key range partitioning on a source in a mapping in advanced mode, the mapping fails if all of the following conditions are true:
    • The Data Integration Server processes the source.
    • An
      advanced cluster
      processes a midstream transformation.
    • The
      advanced cluster
      runs in a Google Cloud or Microsoft Azure environment.

0 COMMENTS

We’d like to hear from you!