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
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
What is the differentiate between data file and descriptor file?
What are the components of datastage?
What is ds designer?
what are the errors,warnings in datastage
How do you remove duplicate values in datastage?
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
Explain entity, attribute and relationship in datastage?
Difference between data warehousing and olap?
How to Remove Duplicate using SQL?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
Demonstrate experience in maintaining quality process standards?
How complex jobs are implemented in datstage to improve performance?
What are sequencers?
Is it possible to query a hash file?