Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 269b782

Browse files
committedSep 30, 2021
Update author and add new connectors
1 parent 2c45348 commit 269b782

7 files changed

+21
-21
lines changed
 

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
1111

12-
ms.date: 09/09/2021
12+
ms.date: 09/29/2021
1313

1414
---
1515

@@ -87,8 +87,8 @@ The following table lists the parallel copy behavior:
8787
| --- | --- |
8888
| Between file stores | `parallelCopies` determines the parallelism **at the file level**. The chunking within each file happens underneath automatically and transparently. It's designed to use the best suitable chunk size for a given data store type to load data in parallel. <br/><br/>The actual number of parallel copies copy activity uses at run time is no more than the number of files you have. If the copy behavior is **mergeFile** into file sink, the copy activity can't take advantage of file-level parallelism. |
8989
| From file store to non-file store | - When copying data into Azure SQL Database or Azure Cosmos DB, default parallel copy also depend on the sink tier (number of DTUs/RUs).<br>- When copying data into Azure Table, default parallel copy is 4. |
90-
| From non-file store to file store | - When copying data from partition-option-enabled data store (including [Azure SQL Database](connector-azure-sql-database.md#azure-sql-database-as-the-source), [Azure SQL Managed Instance](connector-azure-sql-managed-instance.md#sql-managed-instance-as-a-source), [Azure Synapse Analytics](connector-azure-sql-data-warehouse.md#azure-synapse-analytics-as-the-source), [Oracle](connector-oracle.md#oracle-as-source), [Netezza](connector-netezza.md#netezza-as-source), [SAP HANA](connector-sap-hana.md#sap-hana-as-source), [SAP Open Hub](connector-sap-business-warehouse-open-hub.md#sap-bw-open-hub-as-source), [SAP Table](connector-sap-table.md#sap-table-as-source), [SQL Server](connector-sql-server.md#sql-server-as-a-source), and [Teradata](connector-teradata.md#teradata-as-source)), default parallel copy is 4. The actual number of parallel copies copy activity uses at run time is no more than the number of data partitions you have. When use Self-hosted Integration Runtime and copy to Azure Blob/ADLS Gen2, note the max effective parallel copy is 4 or 5 per IR node.<br>- For other scenarios, parallel copy doesn't take effect. Even if parallelism is specified, it's not applied. |
91-
| Between non-file stores | - When copying data into Azure SQL Database or Azure Cosmos DB, default parallel copy also depend on the sink tier (number of DTUs/RUs).<br/>- When copying data from partition-option-enabled data store (including [Azure SQL Database](connector-azure-sql-database.md#azure-sql-database-as-the-source), [Azure SQL Managed Instance](connector-azure-sql-managed-instance.md#sql-managed-instance-as-a-source), [Azure Synapse Analytics](connector-azure-sql-data-warehouse.md#azure-synapse-analytics-as-the-source), [Oracle](connector-oracle.md#oracle-as-source), [Netezza](connector-netezza.md#netezza-as-source), [SAP HANA](connector-sap-hana.md#sap-hana-as-source), [SAP Open Hub](connector-sap-business-warehouse-open-hub.md#sap-bw-open-hub-as-source), [SAP Table](connector-sap-table.md#sap-table-as-source), [SQL Server](connector-sql-server.md#sql-server-as-a-source), and [Teradata](connector-teradata.md#teradata-as-source)), default parallel copy is 4.<br>- When copying data into Azure Table, default parallel copy is 4. |
90+
| From non-file store to file store | - When copying data from partition-option-enabled data store (including [Azure SQL Database](connector-azure-sql-database.md#azure-sql-database-as-the-source), [Azure SQL Managed Instance](connector-azure-sql-managed-instance.md#sql-managed-instance-as-a-source), [Azure Synapse Analytics](connector-azure-sql-data-warehouse.md#azure-synapse-analytics-as-the-source), [Oracle](connector-oracle.md#oracle-as-source), [Amazon RDS for Oracle](connector-amazon-rds-for-oracle#amazon-rds-for-oracle-as-source), [Netezza](connector-netezza.md#netezza-as-source), [SAP HANA](connector-sap-hana.md#sap-hana-as-source), [SAP Open Hub](connector-sap-business-warehouse-open-hub.md#sap-bw-open-hub-as-source), [SAP Table](connector-sap-table.md#sap-table-as-source), [SQL Server](connector-sql-server.md#sql-server-as-a-source), [Amazon RDS for SQL Server](connector-amazon-rds-for-sql-server#amazon-rds-for-sql-server-as-a-source) and [Teradata](connector-teradata.md#teradata-as-source)), default parallel copy is 4. The actual number of parallel copies copy activity uses at run time is no more than the number of data partitions you have. When use Self-hosted Integration Runtime and copy to Azure Blob/ADLS Gen2, note the max effective parallel copy is 4 or 5 per IR node.<br>- For other scenarios, parallel copy doesn't take effect. Even if parallelism is specified, it's not applied. |
91+
| Between non-file stores | - When copying data into Azure SQL Database or Azure Cosmos DB, default parallel copy also depend on the sink tier (number of DTUs/RUs).<br/>- When copying data from partition-option-enabled data store (including [Azure SQL Database](connector-azure-sql-database.md#azure-sql-database-as-the-source), [Azure SQL Managed Instance](connector-azure-sql-managed-instance.md#sql-managed-instance-as-a-source), [Azure Synapse Analytics](connector-azure-sql-data-warehouse.md#azure-synapse-analytics-as-the-source), [Oracle](connector-oracle.md#oracle-as-source), [Amazon RDS for Oracle](connector-amazon-rds-for-oracle#amazon-rds-for-oracle-as-source), [Netezza](connector-netezza.md#netezza-as-source), [SAP HANA](connector-sap-hana.md#sap-hana-as-source), [SAP Open Hub](connector-sap-business-warehouse-open-hub.md#sap-bw-open-hub-as-source), [SAP Table](connector-sap-table.md#sap-table-as-source), [SQL Server](connector-sql-server.md#sql-server-as-a-source), [Amazon RDS for SQL Server](connector-amazon-rds-for-sql-server#amazon-rds-for-sql-server-as-a-source) and [Teradata](connector-teradata.md#teradata-as-source)), default parallel copy is 4.<br>- When copying data into Azure Table, default parallel copy is 4. |
9292

9393
To control the load on machines that host your data stores, or to tune copy performance, you can override the default value and specify a value for the `parallelCopies` property. The value must be an integer greater than or equal to 1. At run time, for the best performance, the copy activity uses a value that is less than or equal to the value that you set.
9494

‎articles/data-factory/includes/data-factory-v2-connector-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: linda33wj
2+
author: jianleishen
33
ms.service: data-factory
44
ms.topic: include
5-
ms.date: 11/09/2018
6-
ms.author: jingwang
5+
ms.date: 09/29/2021
6+
ms.author: jianleishen
77
---
88
<!--
99
Separate the generic "Get started" paragraph from each connector-* article in azure-docs-pr/ to ease future central update.

‎articles/data-factory/includes/data-factory-v2-file-formats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: linda33wj
2+
author: jianleishen
33
ms.service: data-factory
44
ms.topic: include
5-
ms.date: 07/16/2020
6-
ms.author: jingwang
5+
ms.date: 09/29/2021
6+
ms.author: jianleishen
77
---
88
<!--
99
Common for all ADF file-based connectors

‎articles/data-factory/includes/data-factory-v2-file-sink-formats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: linda33wj
2+
author: jianleishen
33
ms.service: data-factory
44
ms.topic: include
5-
ms.date: 08/18/2020
6-
ms.author: jingwang
5+
ms.date: 09/29/2021
6+
ms.author: jianleishen
77
---
88
<!--
99
Common for all ADF file-based connectors

‎articles/data-factory/includes/data-factory-v2-integration-runtime-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: linda33wj
2+
author: jianleishen
33
ms.service: data-factory
44
ms.topic: include
5-
ms.date: 07/13/2020
6-
ms.author: jingwang
5+
ms.date: 09/29/2021
6+
ms.author: jianleishen
77
---
88
<!--
99
Separate the generic requirement on Self-hosted Integration Runtime setup from connector articles.

‎articles/data-factory/includes/data-factory-v2-supported-data-stores-for-lookup-activity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: include file
33
description: supported connectors for Lookup Activity
44
services: data-factory
5-
author: linda33wj
5+
author: jianleishen
66
ms.service: data-factory
77
ms.topic: include
8-
ms.date: 09/22/2021
9-
ms.author: jingwang
8+
ms.date: 09/29/2021
9+
ms.author: jianleishen
1010
ms.custom: include file
1111
---
1212

‎articles/data-factory/includes/data-factory-v2-supported-data-stores.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: include file
33
description: include file
44
services: data-factory
5-
author: linda33wj
5+
author: jianleishen
66
ms.service: data-factory
77
ms.topic: include
8-
ms.date: 09/22/2021
9-
ms.author: jingwang
8+
ms.date: 09/29/2021
9+
ms.author: jianleishen
1010
ms.custom: include file
1111
---
1212

0 commit comments

Comments
 (0)
Please sign in to comment.