Need idea on Hash Partitioning In Server Jobs

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sasi_kumarreddy
Participant
Posts: 27
Joined: Thu Aug 25, 2005 6:33 am

Need idea on Hash Partitioning In Server Jobs

Post by sasi_kumarreddy »

Give me an idea on Hash partition with an example :D :D :twisted:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please post on the appropriate forum, and supply a context for your question. Or do a search, either here or on Google, etc.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
Can you please give more details?
(I assume you ment parallel job is this so?)
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,
If you need information regarding partition out guide gives more information.
If this partition is selected for a key, hashing algorigthm is aplied over that particular column. (You can find hasing algorighm in net.
one sample link...
http://www.partow.net/programming/hashf ... sOfHashing)
The record set are seperated based on the result of the hashing and sent to individual partition. so a bunch of record with a same type flows in to a partiton. So it is recomended to use this partition at place where join/merge or key based operatin.

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

Post by ray.wurlod »

Hash partitioning (or a hybrid, such as range-hash partitioning) is found in some database products. It is this you are asking about, or DataStage parallel jobs?

What do you understand by the term "hashing"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
Seems I misunderstood and you need an Idea on partitioning of hash files in server jobs.
Are you refering to distributed hash files?
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Post Reply