what is difference between hash and modles partation techniq

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
srinivas.chimakurthi1
Participant
Posts: 1
Joined: Thu Mar 17, 2011 9:11 am

what is difference between hash and modles partation techniq

Post by srinivas.chimakurthi1 »

hi,

what is difference between hash and modules partation techniques please give me guide on this

Thanks,
Srinivas
CH.N.V.SRINVIAS
battaliou
Participant
Posts: 155
Joined: Mon Feb 24, 2003 7:28 am
Location: London
Contact:

Post by battaliou »

Modulus is a keyed partioning method where rows are evenly distributed according to the values in one integer key column i.e. partition = MOD(key_value / @NUMPARTITIONS) This is quicker than hash which uses cyclic redundancy check
3NF: Every non-key attribute must provide a fact about the key, the whole key, and nothing but the key. So help me Codd.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When's the interview?
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