Skip to content

Commit 4d357c6

Browse files
authored
Update query-history-storage-analysis.md
1 parent 9a9d72a commit 4d357c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +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-
* Up to 30 days of storage for 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 size is less.
52+
* Default storage of historic query data is less.
5353
* Scenarios for analysis are limited in Query Store for Azure Synapse when compared to using DMVs.
5454

5555
## DMVs

0 commit comments

Comments
 (0)