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 |
Please Tell me..,I need some Complex Jobs in datastage as per in interview?how to tell and how to explain?please send as well as posiible please
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
What are the different types of lookups in datastage?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
what is the custome stage in datastage? how can we impliment that one? plz tell me
What is the differentiate between data file and descriptor file?
What is the difference between the local container and shared container?
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
What are the partition techniques available in your last project?
What are the types of hashed files in data stage
How do you register plug-ins?
which unix commands mostly used in datastage