Skip to content

Commit dc098a0

Browse files
authored
Merge pull request #200129 from mariyaali/patch-1
Update query-history-storage-analysis.md
2 parents 7ccf1e7 + 4d357c6 commit dc098a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ SET QUERY_STORE = ON;
4545
You can run performance auditing and troubleshooting related tasks by finding last executed queries, execution counts, longest running queries, queries with maximum physical I/O leads. Please refer to [Monitoring Performance By Using the Query Store](/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store#performance) for sample queries.
4646

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

5151
Known Limitation:
52+
* Default storage of historic query data is less.
5253
* Scenarios for analysis are limited in Query Store for Azure Synapse when compared to using DMVs.
5354

5455
## DMVs
@@ -106,4 +107,4 @@ Known Limitation:
106107
- [Azure Data Factory](../../data-factory/index.yml)
107108
- [Log Analytics in Azure Monitor](../../azure-monitor/logs/log-analytics-overview.md)
108109
- [Azure Synapse SQL architecture](overview-architecture.md)
109-
- [Get Started with Azure Synapse Analytics](../get-started.md)
110+
- [Get Started with Azure Synapse Analytics](../get-started.md)

0 commit comments

Comments
 (0)