Skip to content

Commit 7387420

Browse files
committed
Fix doc issues
1 parent cf3fdd5 commit 7387420

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

articles/data-factory/copy-activity-performance-features.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ ms.date: 03/09/2020
1616

1717
# Copy activity performance optimization features
1818

19-
Azure Data Factory provides the following performance optimization features that you can leverage in copy activity:
20-
21-
- [Data Integration Units](#data-integration-units)
22-
- [Self-hosted integration runtime scalability](#self-hosted-integration-runtime-scalability)
23-
- [Parallel copy](#parallel-copy)
24-
- [Staged copy](#staged-copy)
19+
This article outlines the copy activity performance optimization features that you can leverage in Azure Data Factory.
2520

2621
## Data Integration Units
2722

articles/data-factory/copy-activity-performance-troubleshooting.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ After you run a copy activity, you can collect the run result and performance st
2222

2323
![Monitor copy activity run details](./media/copy-activity-overview/monitor-copy-activity-run-details.png)
2424

25-
Learn more about:
26-
27-
- [Auto suggested performance tuning tips](#performance-tuning-tips)
28-
- [Understand copy activity execution details](#understand-copy-activity-execution-details)
29-
- [Troubleshoot copy activity on Azure IR](#troubleshoot-copy-activity-on-azure-ir)
30-
- [Troubleshoot copy activity on Self-hosted IR](#troubleshoot-copy-activity-on-self-hosted-ir)
31-
3225
## Performance tuning tips
3326

3427
In some scenarios, when you run a copy activity in Data Factory, you'll see **"Performance tuning tips"** at the top as shown in the above example. The tips tell you the bottleneck identified by ADF for this particular copy run, along with suggestion on how to boost copy throughput. Try making the recommanded change, then run the copy again.
@@ -62,7 +55,7 @@ The execution details and durations at the bottom of the copy activity monitorin
6255

6356
Follow the [Performance tuning steps](copy-activity-performance.md#performance-tuning-steps) to plan and conduct performance test for your scenario.
6457

65-
When the copy activity performance doesn't meet your expectation, to troubleshoot single copy activity running on Azure Integration Runtime, if you see **[performance tuning tips](#performance-tuning-tips)** shown up in the copy monitoring view, apply the suggestion and try again. Otherwise, **[understand copy activity execution details](#understand-copy-activity-execution-details)**, check which stage has the **longest** duration, and apply the guidance below to boost copy performance:
58+
When the copy activity performance doesn't meet your expectation, to troubleshoot single copy activity running on Azure Integration Runtime, if you see [performance tuning tips](#performance-tuning-tips) shown up in the copy monitoring view, apply the suggestion and try again. Otherwise, [understand copy activity execution details](#understand-copy-activity-execution-details), check which stage has the **longest** duration, and apply the guidance below to boost copy performance:
6659

6760
- **"Pre-copy script" experienced long duration:** it means the pre-copy script running on sink database takes long to finish. Tune the specified pre-copy script logic to enhance the performance. If you need further help on improving the script, contact your database team.
6861

@@ -114,7 +107,7 @@ When the copy activity performance doesn't meet your expectation, to troubleshoo
114107

115108
Follow the [Performance tuning steps](copy-activity-performance.md#performance-tuning-steps) to plan and conduct performance test for your scenario.
116109

117-
When the copy performance doesn't meet your expectation, to troubleshoot single copy activity running on Azure Integration Runtime, if you see **[performance tuning tips](#performance-tuning-tips)** shown up in the copy monitoring view, apply the suggestion and try again. Otherwise, **[understand copy activity execution details](#understand-copy-activity-execution-details)**, check which stage has the **longest** duration, and apply the guidance below to boost copy performance:
110+
When the copy performance doesn't meet your expectation, to troubleshoot single copy activity running on Azure Integration Runtime, if you see [performance tuning tips](#performance-tuning-tips) shown up in the copy monitoring view, apply the suggestion and try again. Otherwise, [understand copy activity execution details](#understand-copy-activity-execution-details), check which stage has the **longest** duration, and apply the guidance below to boost copy performance:
118111

119112
- **"Queue" experienced long duration:** it means the copy activity waits long in the queue until your Self-hosted IR has resource to execute. Check the IR capacity and usage, and [scale up or out](create-self-hosted-integration-runtime.md#high-availability-and-scalability) according to your workload.
120113

0 commit comments

Comments
 (0)