What is the difference between partitioning with key and
round robin?
Answer Posted / suresh
partition by key distributes data records to its out put flow partitions according to key values
where as partition by round robin distributes data records to its out put flow partitions based on block size in round robin fashion
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What exactly do you understand with the term data processing and businesses can trust this approach?
Where $mpjret is used in ab-initio?
Explain the difference between the truncate and delete commands?
What does it mean by the term 'sort component'?
What are the different types of parallelism in ab initio?
What do you mean by a transaction file and how it is different from that of a sort file?
What is the max core of a component?
What does de-partition mean in abinitio?
What are the factors on which storage of data depends?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
explain the environment varaibles with example?
How can you export a component’s internal parameters ?
List out the file extensions used in abinitio?
What is the architecture of abinitio?
What will be the skew for, input file->partition by key-> partition by round robin->output file