
Explanation:
Query acceleration in Azure Data Lake Storage Gen2 is a feature that allows for efficient querying of data directly from storage without requiring data movement. According to Microsoft's official documentation, query acceleration specifically supports CSV and JSON formatted data as input formats.
Why CSV and JSON are correct:
Why other formats are not supported:
Query acceleration is designed to work with these specific text-based formats to provide fast, server-side filtering and projection capabilities, reducing the amount of data that needs to be transferred and processed by client applications.
Ultimate access to all questions.
You have an Azure Data Lake Storage Gen2 account named storage1.
You plan to implement query acceleration for storage1.
Which two file types support query acceleration? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A
JSON
B
Apache Parquet
C
XML
D
CSV
E
Avro
No comments yet.