ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 222 - DP-203 discussion

Report
Export

You plan to create a dimension table in Azure Synapse Analytics that will be less than 1 GB. You need to create the table to meet the following requirements:

• Provide the fastest Query time.

• Minimize data movement during queries.

Which type of table should you use?

A.
hash distributed
Answers
A.
hash distributed
B.
heap
Answers
B.
heap
C.
replicated
Answers
C.
replicated
D.
round-robin
Answers
D.
round-robin
Suggested answer: C

Explanation:

A replicated table has a full copy of the table accessible on each Compute node. Replicating a table removes the need to transfer data among Compute nodes before a join or aggregation. Since the table has multiple copies, replicated tables work best when the table size is less than 2 GB compressed. 2 GB is not a hard limit.

Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/designguidance-for-replicated-tables

asked 02/10/2024
Roberto Recine
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first