What is the difference between partitioning with key and
round robin?
Answer Posted / shiba
- In PBK, partition of data are done according one specific key. But in PBRR, partition is done according the block size.
- In PBK, data flows to the output randomly, but in PBRR, data flows to output in orderly format.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between check point and phase?
What does it mean by the term 'sort component'?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
What is conduct>it?
What information is provided by .dbc file extension for connecting to the database?
What is ab initio enterprise meta>environment (eme)?
How is the partitioning with key different from round robin partition?
Can sorting and storing be done through single software or you need different for these approaches?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
What is MAX CORE of a component?
When we should use 'jobid' for commit table (Output table component??
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
How you can run a graph infinitely in ab initio?
What do you understand by overflow errors?
what is the use of catlog or catlogfile?