Multiple choice technology platforms and products

Component used to distribute the record evenly in each partition

  1. a. Partition by Key

  2. b. Partition by Round Robin

  3. c. Partition by Expression

  4. d. Partition by Range

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

Round robin distribution cycles through partitions sequentially, assigning each record to the next partition in order. This ensures even distribution when records have no natural partitioning key.