An enterprise stores large volumes of raw sensor data in Parquet format within an Azure Data Lake Storage Gen2 container. Members of the data engineering team need to run occasional, exploratory SQL queries to analyze the schema and contents of new files. They do not want to load the data into a database or keep compute clusters running when no queries are active.
Which Azure Synapse Analytics component is the most appropriate option to satisfy these requirements?
- A serverless SQL poolCevap
- BA dedicated SQL pool
- CLocally Redundant Storage (LRS)
- DA Shared Access Signature (SAS) token
Cevap
A serverless SQL pool
The correct option is a serverless SQL pool because it allows data engineers to query data in the data lake directly without loading it or provisioning a cluster. It charges per query based on data processed, aligning with the requirement to avoid idle compute costs.
Adım Adım Çözüm
Anahtar Kavram
Azure Synapse SQL Serverless vs Dedicated Pools