Skip to content

Commit 1065453

Browse files
committed
add preview note
1 parent f180f54 commit 1065453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/mariadb/concepts-query-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/12/2019
1212
**Applies to:** Azure Database for MariaDB 10.2
1313

1414
> [!NOTE]
15-
> Query Store is in preview.
15+
> Query Store is in preview. Support for Query Store in the Azure portal is being rolled out and may not yet be available in your region.
1616
1717
The Query Store feature in Azure Database for Mariadb provides a way to track query performance over time. Query Store simplifies performance troubleshooting by helping you quickly find the longest running and most resource-intensive queries. Query Store automatically captures a history of queries and runtime statistics, and it retains them for your review. It separates data by time windows so that you can see database usage patterns. Data for all users, databases, and queries is stored in the **mysql** schema database in the Azure Database for MariaDB instance.
1818

articles/mysql/concepts-query-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/05/2019
1212
**Applies to:** Azure Database for MySQL 5.7
1313

1414
> [!NOTE]
15-
> Query Store is in preview.
15+
> Query Store is in preview. Support for Query Store in the Azure portal is being rolled out and may not yet be available in your region.
1616
1717
The Query Store feature in Azure Database for MySQL provides a way to track query performance over time. Query Store simplifies performance troubleshooting by helping you quickly find the longest running and most resource-intensive queries. Query Store automatically captures a history of queries and runtime statistics, and it retains them for your review. It separates data by time windows so that you can see database usage patterns. Data for all users, databases, and queries is stored in the **mysql** schema database in the Azure Database for MySQL instance.
1818

0 commit comments

Comments
 (0)