Answer Posted / archana
When we have lots of functionality to implement for lower volume and hardware is less and ease of implementation we can go for Server jobs.
We can improve the performance of server job by enabling inter process row buffering. This helps stages to exchange data as soon as it is available in the link. IPC stage also helps passive stage to read data from another as soon as data is available.
The choice of server or parallel depends upon time to implement, functionality and cost.
Server jobs do not run on multiple node.
server job runs on windows platform usually
server job runs on one node
Server jobs process in sequence one stage after other
Server jobs doesn't support partition parallelism
server jobs the transformer is compiled in Basic language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are constraints and derivations?
Name the command line functions to import and export the DS jobs?
If you want to use a same piece of code in different jobs, how will you achieve this?
In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?
Define ds designer?
What is the command line function to import and export the ds jobs?
What is the precedence of stage variables,derivations, and constraints?
Demonstrate experience in maintaining quality process standards?
What is the use of datastage designer?
Define Job control?
Define Merge?
How many types of views are there in a datastage director?
Can you explain link buffering?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
Describe routines in datastage? Enlist various types of routines.