Pipeline Partitioning

Explain the pipeline partitioning with real time example.

Questions by swapnabogolu

Showing Answers 1 - 6 of 6 Answers

Pipline partitioning in Informatica is similar as we have threading concept in Operating System. Here we divide data reading, writing and data transformation in more than one thread such that system could act faster to give a better efficiency. If we have a multiprocessor architecture, different threads can run on different processors and can process more number of records in lesser time.

A familiar example could be, we can have three partition at soure such that three different source files could be read from a single source instance. To read mroe about pipeline partitioning, please refer workflow administrator guide.

sumit dabas

  • Aug 3rd, 2011
 

pipeline partitioning consist of a long pipe cut(partitioned from between),there r many kinds of pipe..............

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions