What is the difference between partitioning with key and
round robin?
Answer Posted / supriya
Partition by key distributes the data records accroding to
the specified key.
Partition by round robin distributes blocks of data records
based on block size (parameter) in round robin fashion
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the operations that support avoiding duplicate record?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
Mention some ways for improving performance of a graph?
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 explain the co>operating system’s processing model?
What parallelisms does Abinitio support?
Explain the ab initio etl tool in high level?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
What is the function you would use to transfer a string into a decimal?
What is brodcasting and replicate?
How many components in your most complicated graph?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
What do you mean by data sorting?
What is the difference between sandbox and EME?
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?