Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange for JDBC V2
  3. PowerExchange for JDBC V2 Configuration Overview
  4. JDBC V2 Connections
  5. PowerExchange for JDBC V2 Data Objects
  6. JDBC V2 Mappings
  7. PowerExchange for JDBC V2 Dynamic Mappings
  8. JDBC V2 Lookup
  9. JDBC V2 Run-Time Processing
  10. JDBC V2 Datatype Reference

PowerExchange for JDBC V2 User Guide

PowerExchange for JDBC V2 User Guide

Partitioning

Partitioning

When you configure a JDBC V2 mapping to read data from the database that supports the Type 4 JDBC driver, you can configure partitioning to optimize the mapping performance at run time. The partition type controls how the Data Integration Service distributes data among partitions at partition points.
The following table summarizes the partition type options that you can configure for a read or write operation on the native and non-native environments:
Operation Type
Supported Partition Type in Native Environment
Supported Partition Type in Non-Native Environment
Read
You can select from the following partition types:
  • None
    . By default, the Data Integration Service creates a single partition.
  • Key Range
    . The Data Integration Service distributes rows of data based on a port or set of ports that you define as the partition key. The default number of partitions is 2.
You can select from the following partition types:
  • None
    . By default, the Data Integration Service creates a single partition.
  • Fixed
    . Define partition key for at least one column.
Write
  • None
    . By default, the Data Integration Service creates a single partition.
  • Dynamic
    . By default, the Data Integration Service creates the same number of partitions for the target based on the number of partitions you specified for the source.
  • None
    . By default, the Data Integration Service creates a single partition.
  • Fixed
    . Define partition key for at least one column.
  • Dynamic
    . By default, the Data Integration Service creates the same number of partitions for the target based on the number of partitions you specified for the source.

0 COMMENTS

We’d like to hear from you!