Skip to content

Commit 65cd0fa

Browse files
authored
Updated two recommendations for Advisor
1 parent 3ebf54c commit 65cd0fa

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-recommendations.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg-msft
77
ms.service: synapse-analytics
88
ms.topic: conceptual
99
ms.subservice:
10-
ms.date: 02/05/2020
10+
ms.date: 04/30/2020
1111
ms.author: kevin
1212
ms.reviewer: igorstan
1313
ms.custom: azure-synapse
@@ -19,7 +19,7 @@ This article describes the Synapse SQL recommendations served through Azure Advi
1919

2020
SQL Analytics provides recommendations to ensure your data warehouse workload is consistently optimized for performance. Recommendations are tightly integrated with [Azure Advisor](../../advisor/advisor-performance-recommendations.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) to provide you with best practices directly within the [Azure portal](https://aka.ms/Azureadvisor). SQL Analytics collects telemetry and surfaces recommendations for your active workload on a daily cadence. The supported recommendation scenarios are outlined below along with how to apply recommended actions.
2121

22-
You can [check your recommendations](https://aka.ms/Azureadvisor) today! Currently this feature is applicable to Gen2 data warehouses only.
22+
You can [check your recommendations](https://aka.ms/Azureadvisor) today!
2323

2424
## Data skew
2525

@@ -57,4 +57,12 @@ The following describes workload-based heuristics you may find in the Azure port
5757
Currently Advisor will only show at most four replicated table candidates at once with clustered columnstore indexes prioritizing the highest activity.
5858

5959
> [!IMPORTANT]
60-
> The replicated table recommendation is not full proof and does not take into account data movement operations. We are working on adding this as a heuristic but in the meantime, you should always validate your workload after applying the recommendation. Please contact [email protected] if you discover replicated table recommendations that causes your workload to regress. To learn more about replicated tables, visit the following [documentation](design-guidance-for-replicated-tables.md#what-is-a-replicated-table).
60+
> The replicated table recommendation is not full proof and does not take into account data movement operations. We are working on adding this as a heuristic but in the meantime, you should always validate your workload after applying the recommendation. To learn more about replicated tables, visit the following [documentation](design-guidance-for-replicated-tables.md#what-is-a-replicated-table).
61+
62+
63+
## Adaptive (Gen2) cache utilization
64+
When you have a large working set, you can experience a low cache hit percentage and high cache utilization. For this scenario, you should scale up to increase cache capacity and rerun your workload. For more information visit the following [documentation](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-monitor-cache).
65+
66+
## Tempdb contention
67+
68+
Query performance can degrade when there is high tempdb contention. Tempdb contention can occur via user defined temporary tables or when there is a large amount of data movement. For this scenario, you can scale for more tempdb allocation and [configure resource classes and workload managemen](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-management)t to provide more memory to your queries.

0 commit comments

Comments
 (0)