T) What is Single Stage and Multi stage component ?

  •  Single stage components process each record in a single step.Below are example of single stage component.
  •  Filter by expression 
  • Reformat 
  • Dedup 

 

  • Multi stage components process records in multiple stages allowing more complex operations like 
  • initialisation, 
  • finalization  

Below are the example of the multi stage components 

  •  Normalize 
  • Rollup 
  • Scan 
  • Scan with rollup etc.

Comments

Popular posts from this blog

T) For data parallelism, we can use partition components. For component parallelism, we can use replicate component. Like this which component(s) can we use for pipeline parallelism?

T) When to use sort within groups ?

T) Explain about on .abi-unc files in abinitio ?