Multiple choice technology

Which partitioner divides a data set into approximately equal size Partitions based on one or more partitioning keys?

  1. Range

  2. Same

  3. Round Robin

  4. None of the above

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

The Range partitioner divides data based on key ranges (like 1-100, 101-200, etc.) to create approximately equal-sized partitions. This is different from Hash (same values go to same partition), Round Robin (distributes sequentially), or Entire (copies to all partitions).