Degree of Copy Parallelism
For the Azure Copy Activity, specifies the degree of parallelism that data loading should use.
The value is emitted as the Copy Activity's ParallelCopies attribute when set. When the setting is blank, the attribute is omitted and the service determines the parallelism.
When to Change This Setting
Keep this blank and let the service determine the parallelism. Set an explicit value to limit concurrent connections against a sensitive source, or to tune throughput for a specific copy.
Related Settings
| Setting | Interaction |
|---|---|
| Data Integration Units | The compute allocated to the copy |
Notes
- This setting is part of the Azure Copy settings category.