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 components new in 2.14 compared to 1.8 and State the usage of the components?
What is the difference between Generate Records Component and Create Data Component?
How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
I am having 10 records in i/p file,and i want to load only one record at a time to the output file.Then how can i do it?
What is the difference between rollup and scan?
Explain what is de-partition in abinitio?
How to add default rules in the transformer?
What is conduct>it?
What is the best way of creating huge test feeds?
. What is dynamic lookup ?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use
What is the best way of creating huge test feeds ? How to use in abinitio graph?