How does PBK and Sort component and Join(in memory sort)
work?I mean in the join component i have used In Memory
Sort,so how will it work in terms of performence as
compared with PBKand Sort Component?
What are the kinds of layouts does ab initio supports?
Mention what is the syntax for m_dump in abinitio?
how can you convert 3 way to 7way partitioning in abinitio?
What is the significance of record required indicator of Join component ? How to use in abinitio graph?
What is sandbox?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
Which component breaks the pipe line parallelism in graph?
What is common among data validity and data integrity?
What is the difference between sandbox and EME?
What are the operations that support avoiding duplicate record?
How would you find out whether a sql query is using the indices you expect?
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?