Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

Reading Data into the First Reader Partition Only

Reading Data into the First Reader Partition Only

Complete the following steps to read data only into the first reader partition. This partitioning scheme applies to nonrelational data sources for which you do not use offload processing. You can redistribute rows from the reader partition across subsequent partitions to increase the speed of session processing.
You must use pass-through partitioning without SQL overrides. To redistribute rows from the first reader partition in subsequent partitions, add a round-robin partition point immediately after the reader partition.
  1. In the Task Developer, double-click the session to open the
    Edit Tasks
    dialog box.
  2. On the
    Mapping
    tab, click the
    Partitions
    view.
  3. Select the Source Qualifier transformation, and click
    Edit Partition Point
    .
    The
    Edit Partition Point
    dialog box appears.
  4. Click
    Add
    for each partition that you want to add.
  5. Verify that the
    Partition Type
    is
    Pass Through
    .
  6. Click
    OK
    .
  7. On the
    Mapping
    tab, click the
    Transformations
    view.
    The
    Properties
    area displays the
    SQL Query
    attribute for each partition.
  8. Verify that the
    SQL Query
    attribute is empty or contains an identical query for each partition.
  9. If the
    SQL Query
    attribute is not empty and does not contain an identical query for each partition, perform the following steps for each partition:
    1. In the
      SQL Query
      field, click the Browse button.
    2. Clear the query in the
      SQL Editor
      dialog box, or enter the same query for each partition.
    3. Click
      OK
      .
  10. On the
    Mapping
    tab, click the
    Partitions
    view.
  11. To redistribute rows from the first reader partition across subsequent partitions, complete the following substeps:
    1. Click the
      Add Partition Point
      icon to add a partition point after the Source Qualifier transformation.
    2. Click
      Edit Partition Point
      .
    3. Select
      Round Robin
      in the
      Partition Type
      list, and click
      OK
      .
  12. Click
    OK
    .

0 COMMENTS

We’d like to hear from you!