PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5
- All Products
Reader Partitioning Scheme
| Supported Data Sources
| Description
|
---|---|---|
Key range
| All relational bulk data sources
| Rows from the data source are partitioned based on key range values.
This partitioning scheme is recommended for relational data sources.
|
Pass-through partitioning without SQL overrides
| Offloaded DB2 unload data sets, VSAM data sets, and sequential data sets
| PowerExchange reads the source data once and automatically distributes the rows among the partitions.
PowerExchange ignores the
Worker Threads connection attribute when you use pass-through partitioning without SQL overrides.
This partitioning scheme is recommended for the specified z/OS data sources.
|
Pass-through partitioning without SQL overrides
| All other nonrelational bulk data sources
| Data is read into the first partition only. You can use round-robin partitioning at a subsequent partition point to redistribute the data.
|
Pass-through partitioning with SQL overrides
| All
| Data for each row is read into a partition based on the SQL override.
The partitions run independently of each other and treat each query as an independent PowerExchange request.
|