Skip to content

Commit 89e69a1

Browse files
Merge branch 'master' of https://github.com/mariyaali/azure-docs-pr into mariyaali-master
2 parents 5dbf283 + b13433f commit 89e69a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/synapse-analytics/sql/query-history-storage-analysis.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Historical query storage and analysis in Azure Synapse Analytics
3-
description: Historic query analysis is one of the crucial needs of data engineers. Azure Synapse Analytics provides four main ways to analyze query history and performance. These include Query Store, DMVs, Azure Log Analytics, and Azure Data Explorer.
3+
description: Historic query analysis is one of the crucial needs of data engineers. Azure Synapse Analytics supports four main ways to analyze query history and performance. These include Query Store, DMVs, Azure Log Analytics, and Azure Data Explorer.
44
author: mariyaali
55
ms.author: mariyaali
66
ms.reviewer: wiassaf
@@ -12,7 +12,7 @@ ms.custom: template-concept
1212

1313
# Historical query storage and analysis in Azure Synapse Analytics
1414

15-
Historic query analysis is one of the crucial needs of data engineers. Azure Synapse Analytics provides four main ways to analyze query history and performance. These include Query Store, DMVs, Azure Log Analytics, and Azure Data Explorer.
15+
Historic query analysis is one of the crucial needs of data engineers. Azure Synapse Analytics supports four main ways to analyze query history and performance. These include Query Store, DMVs, Azure Log Analytics, and Azure Data Explorer.
1616

1717
This article will show you how to use each of these options for your needs. Review use cases when it comes to analyzing query history, and the best method for each.
1818

@@ -48,7 +48,7 @@ Advantages:
4848
* 30 days of threshold for storage query data.
4949
* Data can be consumed in the same tool that you'd run the query in.
5050

51-
Disadvantages:
51+
Known Limitation:
5252
* Scenarios for analysis are limited in Query Store for Azure Synapse when compared to using DMVs.
5353

5454
## DMVs
@@ -71,7 +71,7 @@ Advantages:
7171
* Data can be consumed in the same querying tool.
7272
* DMVs provide extensive options for analysis.
7373

74-
Disadvantages:
74+
Known Limitations:
7575
* DMVs are limited to 10,000 rows of historic entries.
7676
* Views are reset when pool is paused/resumed.
7777

@@ -85,7 +85,7 @@ Along with configurable retention period, you choose the workspace you are speci
8585
Advantages:
8686
* Azure Log Analytics has a customizable log retention policy
8787

88-
Disadvantages:
88+
Known Limitations:
8989
* Using KQL adds to the learning curve.
9090
* Limited views can be logged out of the box.
9191

@@ -97,7 +97,7 @@ Advantages:
9797
* ADX provides a customizable log retention policy.
9898
* Performant query execution against large amount of data, especially queries involving string search.
9999

100-
Disadvantage:
100+
Known Limitation:
101101
* Using KQL adds to the learning curve.
102102

103103
## Next steps

0 commit comments

Comments
 (0)