Partion Table option in DB2 Enterprise Stage

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
jayantthakore
Participant
Posts: 42
Joined: Tue Jan 18, 2005 5:48 am

Partion Table option in DB2 Enterprise Stage

Post by jayantthakore »

Hi,

I have a query with join 3 Tables(eg : A,B,C).I defied it as User Defined Qyery in the Db2 Enterprise Stage.The job run slow as the default method of "User Defied Query" is sequential.I am trying to use the PARTION Table option to make this qury work in parallel mode.I provided value

Partion Table = A,B,C

The job aborted.

Can you please let me know what value should I give to this parameter.
Is there any other way to make this query work in parallel mode.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Is there any chance of you telling us what the error message was?
bobyon
Premium Member
Premium Member
Posts: 200
Joined: Tue Mar 02, 2004 10:25 am
Location: Salisbury, NC

Post by bobyon »

If I understand your question correctly, and I may not, what is provided as the partition table is the name of a table that you want your data to be partitioned like. i.e if table A is partitioned on col X and you want your data coming out of the DB2 stage partitioned on col X then, provide table A as the partition table.
Bob
Post Reply