deciding server or parallel job

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

deciding server or parallel job

Post by sravanthi »

hi,

If we are asked to design a job given with a scenario how to decide whether we should go for server job or parallel job?

What are the essentials in considering server or parallel job with respect to both unix or windows platform.

Thanks,
sravanthi
sravanthi
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

The number of records, the size of a single record, what operation needs to be performed on the data, the transformations, the time window for completion; just to name a few.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you only have server edition licensed the decision is a no-brainer. Likewise if you've chosen only to license only enterprise edition.

Small jobs - server.
Large jobs - parallel (probably).
Medium jobs - some other factor needed to make the decision.

Nothing quantifiable!

There's a lot of parallelism you can build into server jobs: multi-instance, row buffering, parallel streams, link partitioning, etc., just to muddy the waters. I have one long-standing client processing huge volumes of data with multi-instance server jobs, and quite happy with the performance.

The interface between server jobs and IBM Information Server - how efficiently the conversion occurs at the boundary - might also be a consideration for version 8.0 and beyond.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vnspn
Participant
Posts: 165
Joined: Mon Feb 12, 2007 11:42 am

Post by vnspn »

Ray,

The client whom you say of processing huge volumes using Server jobs, what is the approximate volume. Are they processing up to 10 or 15 million?

Thanks.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

vnspn wrote: The client whom you say of processing huge volumes using Server jobs, what is the approximate volume. Are they processing up to 10 or 15 million?
No issues with Server jobs handling such volumes. The approach/requirement for your processing can give you different results.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply