how does work server jobs?
Answer / 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 |
If there is a file that contains 1000 records, I need the ouput to contain these 1000 records with the header as file name concatenated with the current timestamp and trailer as the count of records
detail about sdlc
What is Fastly Changing Dimension?
How do you find the number of rows in a sequential file?
What are the different layers in the information server architecture?
What is exact difference between Parallel Jobs and server Jobs..
How to reverse the string using unix?
source file contains 100 records, i want 10 records in target file how it possible in datastage
How to convert RGB Value to Hexadecimal values in datastage?
what are the types of nodes
count number of deptno in a emp table?
How to create environments and call them? What is the use defined variables?