ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 273 - DP-203 discussion

Report
Export

HOTSPOT

You are incrementally loading data into fact tables in an Azure Synapse Analytics dedicated SQL pool.

Each batch of incoming data is staged before being loaded into the fact tables.

You need to ensure that the incoming data is staged as quickly as possible.

How should you configure the staging tables? To answer, select the appropriate options in theanswer area.

Question 273
Correct answer: Question 273

Explanation:

Round-robin distribution is recommended for staging tables because it distributes data evenly across all the distributions without requiring a hash column. This can improve the speed of data loading and avoid data skew. Heap tables are recommended for staging tables because they do not have any indexes or partitions that can slow down the data loading process. Heap tables are also easier to truncate and reload than clustered index or columnstore index tables.

asked 02/10/2024
Malik Adeel Imtiaz
30 questions
User
0 comments
Sorted by

Leave a comment first