What is the difference between partitioning with key and
round robin?
Answer Posted / shashank
Partitioning by key distributes the data into various
multifile partitions depending upon of the fields present in
the input(key), while Partitioning by round robin distribues
data equally among the partitions irrespective of the key
field. Round robin ensures equitable distribution of data
among the partitions, while By key may lead to inequitable
distribution.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What parallelisms does Abinitio support?
What are the various types of layout supported by abinitio?
What would be the next step after collecting the data?
What is the difference between sandbox and EME?
What are the Types of parallelism in detail?
What are the kinds of layouts does ab initio supports?
What is publickey and private key?what is the use of this two keys?
Suppose you find the term validation mentioned with a set of data, what does that simply represent?
Have you used rollup component? Describe how.
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What is brodcasting and replicate?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
Within a cursor, how would you update fields on the row just fetched?
List out some of the air commands used in abintio?
What are the functions of the replicate and dedup component?