DP-300 · Question #117
You manage an enterprise data warehouse in Azure Synapse Analytics. Users report slow performance when they run commonly used queries. Users do not report performance changes for infrequently used…
The correct answer is D. Cache hit percentage. You can use Azure Monitor to view cache metrics to troubleshoot query performance. The key metrics for troubleshooting the cache are Cache hit percentage and Cache used Possible scenario: Your current working data set cannot fit into the cache which causes a low cache hit…
Question
Options
- ALocal tempdb percentage
- BDWU percentage
- CData Warehouse Units (DWU) used
- DCache hit percentage
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C10% (3)
- D81% (25)
Explanation
You can use Azure Monitor to view cache metrics to troubleshoot query performance. The key metrics for troubleshooting the cache are Cache hit percentage and Cache used Possible scenario: Your current working data set cannot fit into the cache which causes a low cache hit percentage due to physical reads. Consider scaling up your performance level and rerun your workload to populate the cache. https://docs.microsoft.com/da-dk/azure/synapse-analytics/sql-data-warehouse/sql-data- warehouse-how-to-monitor-cache
Community Discussion
No community discussion yet for this question.