How to migrate the data from Teradata to Azure Synapse in batch mode with low network latency

Vasudev Sriramula (INFOSYS LIMITED) 0 Reputation points Microsoft External Staff
2025-08-22T05:03:58.0133333+00:00

How to migrate the data from Teradata to Azure Synapse in batch mode with low network latency

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
{count} votes

1 answer

Sort by: Most helpful
  1. VRISHABHANATH PATIL 85 Reputation points Microsoft External Staff Moderator
    2025-08-22T13:12:35.8433333+00:00

    Hi @Vasudev Sriramula (INFOSYS LIMITED)

    Thanks for reaching out to Microsoft Q&A. We're glad to assist you with your query on migrating data from Teradata to Azure Synapse.

    • You can use tools like Azure Data Factory (ADF) or Azure Synapse Pipelines to manage and automate the process of moving data. These tools help you pull data from Teradata, clean it up, and load it into Azure without putting too much strain on the Teradata system.
    • For faster data transfers—especially when using a temporary storage space like Azure Blob Storage—you can also use PolyBase or the COPY INTO command. These methods are great for loading large amounts of data efficiently.
    • Performance tips -
      • Break your large files into smaller pieces so they can be processed at the same time. This helps speed things up and makes the most of your system’s capacity.
      • Make sure the temporary storage area (called the staging area) is located close to your Azure Synapse system. This helps move data faster and saves time during transfers.
      • If you're concern about slow data transfers due to internet delays, consider using Azure ExpressRoute. It creates a private, direct connection to Azure, which is much faster and more reliable than regular public internet—especially helpful when moving large amounts of data.

    For more details, kindly refer the below quick guide -

    https://learn.microsoft.com/en-us/azure/data-factory/connector-teradata?tabs=data-factory

    0 comments No comments

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.