Multiple choice technology

Which partition component writes records to each partition evenly?

  1. Partition by Percentage

  2. Partition by Key

  3. Round-robin Partition

  4. Partition by Range

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

Round-robin partition distributes records evenly across all partitions by cycling through them sequentially. Each record goes to the next partition in order, ensuring balanced distribution.