Which component breaks the pipe line parallelism in graph?
Answers were Sorted based on User's Feedback
Answer / unknown
All the components which will wait for records in line will break pipeline parallelism. Like sort, roll up, scan
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / ijaz
Sort component. Because it chance the order by data by ascending,descending orders.
| Is This Answer Correct ? | 14 Yes | 1 No |
What are the kinds of layouts does ab initio supports?
How can you force the optimizer to use a particular index?
What does it mean by the term 'sort component'?
In which scenario, .rec files will not get created even if graph fails ? How to use in abinitio graph?
What is the Reformat Layout?(i/p ->Reformat->o/p)
Explain what is sort component in abinitio?
How to migrate the code FROM development to QA and QA to production?
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.
Tell us about the architecture of abinitio.
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
What is data mapping and data modelling?
what is the project environment(for each project the environment is same or different to different project)?