Table of Contents

Search

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