What is the maximum throughput speed achievable on the Azure Data factory

Rahul 251 Reputation points
2023-07-04T13:56:47.3266667+00:00

Hi All,

I am performing the data migration from oracle (on prem) to Azure sql database using the Self hosted integration runtime.

The throughput speed -2 MB/s on the Azure data factory.

135 GB takes approx. -10 hr.

What is the maximum achievable throughput speed on the Azure Data factory ?

How can increase the throughput speed on the azure data factory ?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,271 questions
{count} votes

Accepted answer
  1. Bhargava-MSFT 31,206 Reputation points Microsoft Employee
    2023-07-14T17:03:32.4+00:00

    Kashish

    Did you check the network settings to see the line speed on the Oracle on-prem server?

    As you mentioned, "90 % of the time is consumed while reading the data from Oracle source while migrated using the Azure data factory instance."

    This indicates the bottleneck is on reading the data from the source. So the low throughput is due to SHIR retrieving data from Oracle.

    Please check the Oracle status during the copy, any throttling happens on the Oracle side?

    If SHIR is not in the same machine as the Oracle instance, check the network speed between these two.

    You can test the upload speed between Oracle and SHIR machine from the below link

    http://www.azurespeed.com/Azure/UploadLargeFile

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Rahul 251 Reputation points
    2023-07-21T18:48:49.5733333+00:00

    @Bhargava-MSFT

    Thanks for response.During the Migration I am observing below throughput.

    90% of the time taken is through reading the source data.

    Following is the connection from oracle to ADF and Azure Sql database, we are using in our case.

    Connection-1

    Oracle (on-prem)-->ADFSHIR-->F5-->Express Route Gateway-->Azurefirewall-->Private End Point-->Azure Sql server database.

    Connection-2

    Oracle (on-prem)-->ADFSHIR-->F5-->Express Route Gateway-->Azurefirewall-->Private End Point-->data Factory instance.

    Question-Please inform the 90% of the time it takes from the source as shown in the below ADF .

    Reading from source -2:04:01 represented in ADF copy activity.

    Is it the time taken between the Oracle and ADFSHIR virtual machine or Is it from taken taken Oracle (on-prem)-->ADFSHIR-->F5-->Express Route Gateway-->Azurefirewall-->Private End Point-->data Factory instance. ?

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.