What is the difference between partitioning with key and
round robin?

Answers were Sorted based on User's Feedback



What is the difference between partitioning with key and round robin? ..

Answer / pradeep

1)Partition by key needs a key where round robin doesnot need
2)Round Robin always tries to distribute the records
equally.where partition by key not.

Is This Answer Correct ?    21 Yes 2 No

What is the difference between partitioning with key and round robin? ..

Answer / 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

What is the difference between partitioning with key and round robin? ..

Answer / guest

in patitioning with key the partitioning is based on key
whereas round robin is not based on key

Is This Answer Correct ?    6 Yes 1 No

What is the difference between partitioning with key and round robin? ..

Answer / nag

Partition by key distributes the data records accroding to
the specified key.

Partition by round robin distributes blocks of data records
evenly in round and robin fashion

Is This Answer Correct ?    5 Yes 0 No

What is the difference between partitioning with key and round robin? ..

Answer / 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

What is the difference between partitioning with key and round robin? ..

Answer / 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

What is the difference between partitioning with key and round robin? ..

Answer / 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

More Ab Initio Interview Questions

Where $mpjret is used in ab-initio?

0 Answers  


Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?

0 Answers  


What is the difference between look-up file and look-up, with a relevant example?

0 Answers  


Hi friends, what are the new features in abinito3.0?

0 Answers   CTS, TCS,


What do you understand by local lookup?

0 Answers  






What is the best way of creating huge test feeds?

1 Answers  


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.

0 Answers  


How can a graph be run infinitely?

0 Answers  


Graph was failed how it is achived ? send answer with phone number? i want speak with directly who is intrest on abinitio?

1 Answers   HCL,


what is environment variables and parameters?

1 Answers  


Order of Evaluation of Parameters

2 Answers  


What is Is_defined(), Is_null(), Is_Blank()?

1 Answers   TCS,


Categories