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
State the relation between EME, GDE and Co-operating system?
What is the core of co> operating system?
How transaction file different from that of a sort file?
Explain what is sort component in abinitio?
what is the use of catlog or catlogfile?
How to add default rules in transformer?
What will be the skew for, input file->partition by key-> partition by round robin->output file
What do you mean by the term data warehousing?
Explain how abinitio eme is segregated?
What do you understand by overflow errors?
What exactly do you know about the typical data analysis?
Difference between output_index and output_indexes in reformat
How do you add default rules in transformer?
How to compare two dmls in abinitio
What are the fundamental blocks of co> operating system of ab initio?