How to Improve Performance of graphs in Ab initio?

Answers were Sorted based on User's Feedback



How to Improve Performance of graphs in Ab initio?..

Answer / ananya

There are many ways to improve the performance of the
graph. It also depends on a particular graph, the
components used in it.
In general the following tips can be used for improving
performance:
1> Try to use partitioning in the graph
2> try minimising the number of components
3> Maintain lookups for better effeciency
4> Components like join/ rollup should have the option
Input must be sorted, if they are placed after a sort
component.
5> If component have In memory: Input need not be sorted
option selected, use the MAX_CORE parameter value
efeciently.
6> Use phasing of a graph effeciently.
7> Ensure that all the graphs where RDBMS tables are used
as input, the join condition is on indexed columns.
8> Try to perform the sort or aggregation operation of data
in the source tables at the database server itself, instead
of using it in AbInitio.

Is This Answer Correct ?    24 Yes 1 No

How to Improve Performance of graphs in Ab initio?..

Answer / mahendra garewal

Hi,

Performance of graphs can be improved by employing the
following methods.
1:use data parallelism(but efficienty).
2:try to use less no of phases in graphs.
3:use component parallelism.
4:use component folding.
5:always use the oracle tuned query inside the input table
component this will give huge performance improvement.
6:Try to use as less as possible the components which does
not allows the pipeline parallelism.
7:Do not use huge lookups.
8:if data is not huge always use in memory sort option.

Is This Answer Correct ?    15 Yes 1 No

Post New Answer

More Ab Initio Interview Questions

What is the best way of creating huge test feeds?

1 Answers  


What are the Types of parallelism in detail?

0 Answers  


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

0 Answers  


What the difference between “look-up” file and “look is up” in abinitio?

0 Answers  


Mention what dedup-component and replicate component does?

0 Answers  






How can you view the data in the Multifile

4 Answers   IBM,


What does edp stand for?

0 Answers  


What do you mean by the overflow errors?

0 Answers  


. How can you run a graph continuously without using continuous components ?

3 Answers   TCL,


What is the Reformat Layout?(i/p ->Reformat->o/p)

2 Answers   IBM,


Suppose we assign you a new project. What would be your initial point and the key steps that you follow?

0 Answers  


What are the fundamental blocks of co> operating system of ab initio?

0 Answers  


Categories