partition question

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
dnat
Participant
Posts: 200
Joined: Thu Sep 06, 2007 2:06 am

partition question

Post by dnat »

Hi,

I have a file with around 20 mil data which i have to join with a table with around 200 mil data. All the records in the file are having unique keys. The key is a varchar character. In this situation , i think hash partitioning is the only best available partitioning isnt it?. Or can we use anything else?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Partitioning isn't directly related to what you asked - you just need to ensure that both parts of the join have identical partitioning.
Post Reply