What is exact difference between Parallel Jobs and server Jobs..
Answer Posted / bharath
SERVER JOBS
->Runs on single node
->Executes on DS Server Engine
->Handles less volume of data
->Slow data processing
->Having less no. of components(i.e, palette)
->Compiled into Basic language.
PARALLEL JOBS
->Runs on multiple nodes.
->Executes on DS parallel engine.
->Handles Huge volume of data
->Faster data processing.
->Having more no. of components
->Compiled into OSH(orchestrate shell script) except transformer( C++ and OSH )
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
in oracle target stage when we use load option and when we use upsert option?
Can you highlight the main features of ibm infosphere information server?
What is the use of hoursfromtime() function in transformer stage in datastage?
What is merge stage?
What is the difference between validated and compiled in the datastage?
Why fact table is in normal form?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
What are sequencers?
What is job control?
If you want to use the same piece of code in different jobs, how will you achieve it?
What is use Array size in datastage
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
What is the command line function to import and export the ds jobs?
Lookup constraints