Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. True Processing Rate = numRecordsInPerSecond / (busyTimeMsPerSecond / 1000)
  2. True Output Rate = numRecordsOutPerSecond / (busyTimeMsPerSecond / 1000)

  Image Removed Image Added

After we have updated the parallelism, we recompute the true output rate for the current vertex before recursively continuing to topologically traverse the JobGraph.

...