Is Azure Synapse Link a good way of loading the data in a Data Warehouse?

Viewed 24

Azure Synapse Analytics is the datawarehouse solution from Azure.

There are 3 ways to load the data into the warehouse:

  1. COPY statement

  2. PolyBase

  3. Bulk insert

The fastest and most scalable way to load data is through the COPY statement or the PolyBase.

However now it is also possible to load the data through Synapse Links. Which allows near-real time data.

But I do not see any documentation referring to Synapse Links being used in a traditional Data Warehouse for analytics.

The use cases in the documentation are:

  • Supply chain analytics, forecasting & reporting
  • Real-time personalization
  • Predictive maintenance, anomaly detection in IOT scenarios

Which are use cases that need real time data.

I do not need near real time data. Therefore I assume "Synapse Link" has some disadvantages for a traditional data warehouse solution.

Could someone please tell me their knowledge about using "Synapse Link" in a traditional analytics data warehouse ?

Thanks in advance

0 Answers
Related