An insurance company is designing an analytical data platform to query historical claims data. The platform must ingest transaction data at a rate of per day, resulting in a volume of of Parquet files monthly. Data analysts will run ad-hoc, exploratory SQL queries against these files with unpredictable frequency and require a query latency of under one minute. The solution must minimize operational and compute costs when no queries are running. Additionally, the data storage must survive a complete regional datacenter outage. Which two configurations should you recommend in the design? (Select two.)
- An Azure Synapse Analytics serverless SQL pool to execute the ad-hoc queries.Cevap
- An Azure Data Lake Storage Gen2 account configured with Geo-Redundant Storage (GRS) to store the Parquet files.Cevap
- CAn Azure Synapse Analytics dedicated SQL pool to host and query the data.
- DAn Azure Data Lake Storage Gen2 account configured with Locally Redundant Storage (LRS) to store the Parquet files.
Cevap
The correct configurations are using an Azure Synapse Analytics serverless SQL pool and an Azure Data Lake Storage Gen2 account configured with Geo-Redundant Storage (GRS).
To support ad-hoc SQL queries on Parquet files in a data lake without ongoing operational compute costs when inactive, a serverless SQL pool in Azure Synapse Analytics is the most cost-effective and low-overhead solution. To survive a complete regional datacenter outage, the Azure Data Lake Storage Gen2 account must be configured with Geo-Redundant Storage (GRS), which replicates the data asynchronously to a secondary region.
Adım Adım Çözüm
Anahtar Kavram
Designing low-cost ad-hoc analytical query layers coupled with geo-resilient storage replication.
Tahmini Süre:2m 0s