How to Improve Performance of graphs in Ab initio?
Answer Posted / 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 View All Answers
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
Difference between output_index and output_indexes in reformat
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
Explain the ab initio etl tool in high level?
What is publickey and private key?what is the use of this two keys?
Explain PDL with an example?
What does it mean by the term 'sort component'?
What is the function you would use to transfer a string into a decimal?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
Explain the methods to improve performance of a graph?
Why might the optimizer use a table scan when an index is available?
What do you understand by overflow errors?
Mention some file extensions which are used in abinitio?
Can anyone give me an exaple of realtime start script in the graph?
What does edp stand for?