What is exact difference between Parallel Jobs and server Jobs..

Answers were Sorted based on User's Feedback



What is exact difference between Parallel Jobs and server Jobs....

Answer / sathya seenu priya.a

SERVER JOBS PARALLEL JOB


RUN ON SINGLE NODE MULTIPLE NODE


PIPELINING &
PARTITIONING DOES NOT SUPPORT SUPPORTS

LOADS WHEN 1 JOB FINISH SYNCHRONIZED

SERVER JOBS USES
SYMMETRICMULTIPROCESSING

PARALLEL JOBS
BOTH MASSIVE PARALLEL PROCESSING AND
SYMMETRICMULTIPROCESSING

Is This Answer Correct ?    41 Yes 2 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / 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

What is exact difference between Parallel Jobs and server Jobs....

Answer / poonam

Parallel jobs are carriedout on miltiple nodes/processors
but in server jobs no multitasking is there to talk in
simple terms. There are many technical differences like no
server sort stage etc but this is the basic difference

Is This Answer Correct ?    19 Yes 9 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / manash roy chawdhury

Parallel jobs are carriedout on miltiple nodes/processors
but in server jobs no multitasking is there to talk in
simple terms.

Is This Answer Correct ?    8 Yes 2 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / geed

Parallel job run on multithreading where as server job run
on singlethread.
parallel job we can use millions of data to run by using
nodes and partition where server job we can use small amount
of data so that the output will be retrived faster,since it
single threading.

Is This Answer Correct ?    6 Yes 2 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / karan khera

PARALLEL SERVER
Multinode Single node
Many processes can run ||lly Single process at a time
Much more stages Very less stages
Easy functionality Hard functionality
Datasets are there Datasets are not present
APT_CONFIG_FILE present No APT_CONFIG_FILE
More environment variable Meagre Environment vrbls
Join,lookup is there No join,lkup by x-frmr
Run faster due to multinode for large data run slow
Partition is there No partition
OSH compiled code BASIC compiled code
Database System File system
Works on Unix system Works on Windows system

Is This Answer Correct ?    2 Yes 0 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / shali

In parallel we can have multiprocessing (multinodes), But
in server its not there.

Server working with pipeline concept,parallel working in
the principle of parallelism

Is This Answer Correct ?    4 Yes 8 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / chenna

Parallel Jobs haveing a huge amount of data to maintains.
server Jobs haveing a low amount of data to maintains.
Parallel Jobs it having a more stages comperies server
Jobs .
Parallel Jobs or supports smp,mpp.
server Jobs does not support smp,mpp.

Is This Answer Correct ?    5 Yes 9 No

Post New Answer

More Data Stage Interview Questions

source 1123445 I WANT OUTPUT AS DUPLICATES TO TARGET1 LIKE TARGET1 1144 NON-DUPLICATES TO TARGET2 TARGET2 235

6 Answers   US Technology,


1)Source file contains one record, I want 100 records in target file.

3 Answers  


How do you get log info into a file?

1 Answers  


How much data u can get every day? 2)which data ur project contains? 3) what is the source in ur project?what is the biggest table & size in ur schema or in ur project?

2 Answers   Wipro,


If the job aborted in a sequencer, how can we start that from the previews successful job.

1 Answers   SLK Software,






Can you explain how could anyone drop the index before loading the data in target in datastage?

0 Answers  


HOW U CAN ABORT THE JOB IF THE DATA IS DUPLICATE?

1 Answers   IBM,


How many Nodes configuration file you used in your last project?

1 Answers  


how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know

2 Answers  


How do you run datastage job from the command line?

0 Answers  


Describe the main features of datastage?

0 Answers  


if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?

0 Answers   IBM,


Categories