Multiple choice technology databases

If the serial code runs in less than 50% window time than parallelism should be considered ?

  1. True

  2. False

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

If serial execution completes in less than 50% of the window time, parallelism should NOT be considered because the operation is already fast enough. Parallelism adds overhead and complexity - it's only worthwhile when operations are slow. The statement claims it SHOULD be considered, which is wrong.