What will be the output of using partition by Round-Robin after the partiton by key in ab initio?
Answer / madhu kumari
I don't have any idea as to what output it will get, according to Partition by Round Robin or Partition by key
| Is This Answer Correct ? | 0 Yes | 0 No |
What is $mpjret?
How to create project (public,private,common,client) what are the differences between them?
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?
Can you read multiple input files using one input file component ? (Same DML) How to use in abinitio graph?
How would you find out whether a sql query is using the indices you expect?
how does deadlock occur?
What is the difference between dml expression and xfr expression?
Hi friends i have 3 input files 1 is country file(cid,cname) 2 is State file(cid,sname) 3 is populate file(pid,sid,Adress) I want (cname & total poplation) how i can get the output please help me Thank you
What are the Types of parallelism in detail?
How do you add default rules in transformer?
Explain the difference between the truncate and delete commands?
. How can you get all the fields form a lookup files ? (Which function)