Azure Data Warehouse Flashcards
What is the computing expression for systems utilizing control and storage nodes to scale processing?
MPP - Massively parallel processing
What are the 2 types of node within the Azure Data Warehouse
1) Compute
2) Control
What is the unit of measure for Data Warehouse processing power and how many control and compute nodes does 200 give you?
200 DWU’s (Data Warehouse Unit) gives you
1 Control node and 2 compute nodes
How does the data warehouse process a polybase query.
1) The control node uses the cost base optimization and creates a plan.
2) The control node issues instructions to the compute nodes.
3) The compute nodes uses the data movement service (DMS) to communicate with the hadoop distributed file system (HDFS)