Query Azure Cosmos DB data using a serverless SQL pool in Azure Synapse Link - Azure Synapse Analytics

By Docs - 2021-03-10

Description

In this article, you'll learn how to query Azure Cosmos DB by using a serverless SQL pool in Azure Synapse Link.

Summary

  • In this article A serverless SQL pool allows you to analyze data in your Azure Cosmos DB containers that are enabled with Azure Synapse Link in near real time without affecting the performance of your transactional workloads.
  • By omitting the WITH clause from the OPENROWSET statement, you can instruct the serverless SQL pool to autodetect (infer) the schema of the analytical store of the Azure Cosmos DB container.
  • Create view Creating views in the master or default databases is not recommended or supported.
  • Since a serverless SQL pool queries the analytical store, it's important to understand how to map Azure Cosmos DB input data types to SQL data types.

 

Topics

  1. Backend (0.25)
  2. Mobile (0.11)
  3. Database (0.1)

Similar Articles

Using Azure Machine Learning from GitHub Actions

By Azure DevOps Blog - 2020-12-23

Azure Machine Learning is an Enterprise-grade Machine Learning service that can help you build and deploy your predictive models faster. It also has a number of features to help you mature your machin ...