Does Partioning and Parallel Processing go hand in hand

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
sriram_h
Participant
Posts: 9
Joined: Mon Apr 11, 2005 4:43 am

Does Partioning and Parallel Processing go hand in hand

Post by sriram_h »

Does partioning and parallel processing go hand in hand for the increase the performance of various jobs.

We say partioning increases read performance,then what about parallel processing...isn't it the same thing?
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
If you partition a 10GB data to 8 sets of 1.25GB and have 8 processes each processing 1.25GB in paralel, instead of 1 process going over 10GB you gain performance!.

IHTH,
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
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi Sriram,

Pls go through Chapter 2 of parallel job developers guide. Also search the forum. It has been discussed so many times.

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

Post by ray.wurlod »

Parallel processing (of which data partitioning is one example) can also overload a system and therefore result in decreased performance. You have to be careful not to demand more resources than can be delivered.
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