Multiple choice technology

Which of the following can be used to undo the effect of parttion by round robin?

  1. Broadcast

  2. Gather

  3. Interleave

  4. Mege

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Round-robin partitioning distributes rows sequentially across partitions (row 1→partition 1, row 2→partition 2, etc.). Interleave reverses this by reading rows sequentially from each partition (partition 1 row 1, partition 2 row 1, etc.), effectively restoring the original order and undoing the round-robin effect.