Explain the methods to improve the performance of a graph?



Explain the methods to improve the performance of a graph?..

Answer / radhakrishna shanbhag

1. You may convert the serial file to multifile system using a partition by key, if it is a serial file.
2. You may filter out all the records from the file that are unwanted for the process. Elimination of records helps the cause.
3. If there are joins with any tables/files, try to use look up files for smaller tables/files.
Also you should use the larger file as the driver port for joins with bigger tables/files.
4. Use in memory sort for smaller file joins.
5. By any chance if you are unloading from a table, you may use order by in the SQL which eliminates use of Sort component in the graph.
I hope these helps. Please correct me if I am wrong.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

Difference between Force_error & Force_abort?

2 Answers   Wipro,


Can you use scan to generate sequence number ? How to use in abinitio graph?

2 Answers   IBM, TCL,


What is meant by Co > Operating system and why it is special for Ab-initio ?

2 Answers  


What is the difference between formal and export parameter? Export at what secenario we are going to use?

0 Answers  


Can you read multiple input files using one input file component ?(same DML)

4 Answers   IBM,


How to migrate the code FROM development to QA and QA to production?

1 Answers   CTS,


What is abinitio?

0 Answers  


What is the ab initio business rules environment (bre)?

0 Answers  


What is the diff between abinitiorc and .abinitiorc files ?

1 Answers   IBM, Infosys, TCL,


What is sandbox?

0 Answers  


difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?

0 Answers   CTS,


Mention some file extensions which are used in abinitio?

0 Answers  


Categories