1

Is it possible to have multiple threads in a single partition? if so, How?

SomethingDark
  • 13,229
  • 5
  • 50
  • 55
Fazil Hussain
  • 425
  • 3
  • 16

1 Answers1

4

A partitioned step will consist of multiple partitions, but each of the individual partitions of that step will run on a single thread.

Scott Kurz
  • 4,985
  • 1
  • 18
  • 40