Regarding Performance...

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
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Regarding Performance...

Post by kaps »

Question about join performance. Assume that both ETL server and DB(UDB) server has similar configuration and the database is partitioned in two nodes. Would it be better to use the Datastage join stage with hash paritioning on the key(join) field rather than sorting in DB and using Dont sort(previously sorted) option ?
I assume it will be faster to use Datastage as the sorting will be done in more partitions when we run through 8 node config file but when we sort in DB it may not be sorting as many nodes.

Please share your thoughts...
Post Reply