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

What are the reasons for which business can trust the approach of data processing?

1 Answers  


what i the difference between the flows of 3 paralellisms

1 Answers  


How you can run a graph infinitely in ab initio?

1 Answers  


What are the various types of layout supported by abinitio?

1 Answers  


how can you convert 3 way to 7way partitioning in abinitio?

4 Answers  


Is data warehousing different from data mining?

1 Answers  


What is $mpjret? Where it is used in ab-initio?

4 Answers  


What is the difference between partitioning with key and round robin?

7 Answers   TCS, Wipro,


Describe what the SQL Server tempdb and tlog files are used for?

1 Answers  


what is the difference between .dbc and .cfg file?

3 Answers   Cap Gemini,


What is the importance of eme in abinitio?

1 Answers  


Do we really work with ACTUALDATA in development phase.

4 Answers  


Categories