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

Concurrent Read Partitioning

Concurrent Read Partitioning

To preserve row order when multiple threads read from a single file source, configure the
Concurrent Read Partitioning
property for a flat file data object to preserve the order.
Configure the
Concurrent Read Partitioning
property in the
Advanced
properties for the flat file data object. Find the property in the
Runtime: Read
section.
Select one of the following options for the
Concurrent Read Partitioning
property:
Optimize throughput
The Data Integration Service does not preserve row order when multiple partitions read from a single file source. Use this option if the order in which multiple partitions read from a file source is not important.
Default option.
Keep relative order
Preserves the sort order of the input rows read by each partition.
The following table shows an example sort order of a file source with 10 rows read by two partitions:
Partition
Rows Read
Partition #1
1,3,5,8,9
Partition #2
2,4,6,7,10
Keep absolute order
Preserves the sort order of all input rows read by all partitions. In a pass-through mapping with passive transformations, the order of the rows written to the target is in the same order as the input rows.
The following table shows an example sort order of a file source with 10 rows read by two partitions:
Partition
Rows Read
Partition #1
1,2,3,4,5
Partition #2
6,7,8,9,10

0 COMMENTS

We’d like to hear from you!