partioning dataset???

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
Zeus
Participant
Posts: 2
Joined: Tue Sep 11, 2007 5:41 pm

partioning dataset???

Post by Zeus »

hi

i'm having a problem, there is a job that is already created where dataset been hash partitioned and if i want to append 20 000 records more how do i partition and would it partion entire records or only the appened records

thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :D

You must preserve the (hash) partitioning of the existing rows in the Data Set. Therefore any new rows appended must be identically hash-partitioned with the existing rows (that is, partitioned on the same key columns).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply