what i the difference between the flows of 3 paralellisms
Answer / gopal patil
1>component parallelism : component works simultaneousness to
achieve the parallelism, they can work on same dataset or different datasets
2>data parallelism : dividing data by some partitioning scheme
and processing it into parallel ,reduces the time and improves performance
3>pipeline parallelisms:if components are connect one after
another,in a graph and execute simultaneously.
as soon as 1 record enters on in port , after processing it
is thrown to out port without waiting for the whole file, each
component will work in the same fashion.
| Is This Answer Correct ? | 2 Yes | 0 No |
What do you mean by the term data warehousing? Is it different from data mining?
What is standard environment ?
Name the different type of processing based on the steps that you know about?
What is the core of co> operating system?
Explain how you can run a graph infinitely in ab initio?
I had 10,000 records r there i loded today 4000 records, i need load to 4001 - 10,000 next day how is in Type 1 and how is it on type 2?
Suppose you find the term validation mentioned with a set of data, what does that simply represent?
How transaction file different from that of a sort file?
Have you eveer encountered an error called "depth not equal"?
You can ask about different vector functions. How to use in abinitio graph?
Hi friends, I have 100 records in my input file, if i run first,the first 10 records are stored into the output and if i run second time next 10 records stored into the output file like that please let me know the answer Thanks, krishna
What is conditional DML and Structured DML?