Multiple choice technology

How copying of data between Parallel Stage Operators be minimized

  1. Combinability mode

  2. Preserve partitioning

  3. Execution Mode

  4. Don’t combine mode

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

Preserve partitioning minimizes data copying between Parallel Stage Operators by maintaining existing partition schemes. When partitioning is preserved, data stays in its current partition rather than being repartitioned. Combinability mode and Execution Mode affect operator combination, not data movement.