When parallel processing is enabled, merge joins can use multiple worker processes to perform:
The scan that selects rows into the worktables
Worktable sort operations
The merge join and subsequent joins in the step
See “Parallel range-based scans” for more information.