
Ultimate access to all questions.
Consider a scenario where you need to load a large volume of data into an Azure Synapse Analytics SQL pool using PolyBase. What are the key considerations and steps you would take to ensure optimal performance and reliability of the data load process?
A
Use Azure Blob Storage as the staging area, configure PolyBase settings for high concurrency, and monitor load performance.
B
Use Azure Data Lake Storage Gen2 as the staging area, configure PolyBase settings for high concurrency, and monitor load performance.
C
Use Azure Blob Storage as the staging area, configure PolyBase settings for low concurrency, and monitor load performance.
D
Use Azure Data Lake Storage Gen2 as the staging area, configure PolyBase settings for low concurrency, and monitor load performance.