Hash Partition Query

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
hi.prabhunami
Participant
Posts: 2
Joined: Mon Sep 16, 2013 9:13 am
Location: CLT

Hash Partition Query

Post by hi.prabhunami »

Hi,

We have a table which is partitioned on column X.
We are doing a partition based unload for this table using 10 DB2 stages for faster extracts and then merging all the data using a funnel stage.

I wanted to check if in the funnel stage we specify hash partitioning would that put an additional overload on the DB stage due to repartitioning and affect the performance?
prakashdasika
Premium Member
Premium Member
Posts: 72
Joined: Mon Jul 06, 2009 9:34 pm
Location: Sydney

Post by prakashdasika »

It will not effect the performance of the DB stage but will effect the performance of job as the partitions are there on all 10 input links to the funnel.
Prakash Dasika
ETL Consultant
Sydney
Australia
Post Reply