Maximum number of jobs running at a given time

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
ankursaxena.2003
Participant
Posts: 96
Joined: Mon May 14, 2012 1:30 pm

Maximum number of jobs running at a given time

Post by ankursaxena.2003 »

Hi,

I was having chat with my manager yesterday and he was asking me that what is the maximum number of jobs that we can run in DataStage at a given time. Because some tools like Informatica has limit.

I have never ran more than 3 to 4 jobs at a given time.
So, I am curious to know what would be the maximum number of jobs anyone has run at a given time.

I know that the number of jobs will depend on environment like CPU's, hard disk space available for scratch disk and so on.
padmalavanya
Participant
Posts: 9
Joined: Tue Nov 07, 2006 4:36 pm

Post by padmalavanya »

This is not a DataStage limit, but an operating system limit on the number
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

To expand on the previous answer: there are several hardcoded time limits within DataStage that, when they are passed, trigger jobs to fail.
The more things you run in parallel in a timesharing operatings system such as UNIX or Windows, the less time each process gets and therefore the slower processes execute. At some point the times get so slow that DataStage will abort. When this point is reached depends upon so many different factors that it is not really possible to specify an exact number or even to accurately predict when this happens.
ankursaxena.2003
Participant
Posts: 96
Joined: Mon May 14, 2012 1:30 pm

Post by ankursaxena.2003 »

Thanks for the reply.

One of my colleague has concurrently ran 200 jobs at the same time.
So, what is the maximum number of jobs ran by you guys at a given time.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'm sorry but does that really matter? There are SO many variables to this equation that any number posted here really is meaningless when it comes to what you can do on your system with your particular jobs.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ankursaxena.2003
Participant
Posts: 96
Joined: Mon May 14, 2012 1:30 pm

Post by ankursaxena.2003 »

No.
It doesn't matter in my current project.

I was just curious.
I also thought that even if there was any such number than it would be too high.
And practically it would be impossible to reach that number.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The main governing factor is the amount of resources (including CPU, memory, I/O bandwidth) that the server can supply. Bigger server; more jobs.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ankursaxena.2003
Participant
Posts: 96
Joined: Mon May 14, 2012 1:30 pm

Post by ankursaxena.2003 »

Thanks guys for all your input.
Post Reply