Which three actions should you perform in sequence?

DRAG DROP
Your company has a Microsoft Azure environment that contains an Azure HDInsight Hadoop cluster and an
Azure SQL data warehouse. The Hadoop cluster contains text files that are formatted by using UTF-8 character
encoding.
You need to implement a solution to ingest the data to the SQL data warehouse from the Hadoop cluster. The
solution must provide optimal read performance for the data after ingestion.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:

DRAG DROP
Your company has a Microsoft Azure environment that contains an Azure HDInsight Hadoop cluster and an
Azure SQL data warehouse. The Hadoop cluster contains text files that are formatted by using UTF-8 character
encoding.
You need to implement a solution to ingest the data to the SQL data warehouse from the Hadoop cluster. The
solution must provide optimal read performance for the data after ingestion.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:

Answer:

Explanation:
SQL Data Warehouse supports loading data from HDInsight via PolyBase. The process is the same as loading
data from Azure Blob Storage – using PolyBase to connect to HDInsight to load data.
Use PolyBase and T-SQL
Summary of loading process:
Move your data to HDInsight and store it in text files, ORC or Parquet format.
Configure external objects in SQL Data Warehouse to define the location and format of the data.
Run a T-SQL command to load the data in parallel into a new database table.
Recommendations
Create statistics on newly loaded data. Azure SQL Data Warehouse does not yet support auto create or auto
update statistics. In order to get the best performance from your queries, it’s important to create statistics on all
columns of all tables after the first load or any substantial changes occur in the data.
https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-overviewload#load-from-hdinsight



Leave a Reply 0

Your email address will not be published. Required fields are marked *