Skip to content

Commit 821fb1e

Browse files
committed
add 8.0
1 parent 1ab35d0 commit 821fb1e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/mysql/concepts-performance-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 3/18/2020
8+
ms.date: 5/12/2020
99
---
1010
# Performance Recommendations in Azure Database for MySQL
1111

12-
**Applies to:** Azure Database for MySQL 5.7
12+
**Applies to:** Azure Database for MySQL 5.7, 8.0
1313

1414
The Performance Recommendations feature analyzes your databases to create customized suggestions for improved performance. To produce the recommendations, the analysis looks at various database characteristics including schema. Enable [Query Store](concepts-query-store.md) on your server to fully utilize the Performance Recommendations feature. If performance schema is OFF, turning on Query Store enables performance_schema and a subset of performance schema instruments required for the feature. After implementing any performance recommendation, you should test performance to evaluate the impact of those changes.
1515

articles/mysql/concepts-query-performance-insight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 3/18/2020
8+
ms.date: 5/12/2020
99
---
1010
# Query Performance Insight in Azure Database for MySQL
1111

12-
**Applies to:** Azure Database for MySQL 5.7
12+
**Applies to:** Azure Database for MySQL 5.7, 8.0
1313

1414
Query Performance Insight helps you to quickly identify what your longest running queries are, how they change over time, and what waits are affecting them.
1515

articles/mysql/concepts-query-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 3/18/2020
8+
ms.date: 5/12/2020
99
---
1010
# Monitor Azure Database for MySQL performance with Query Store
1111

12-
**Applies to:** Azure Database for MySQL 5.7
12+
**Applies to:** Azure Database for MySQL 5.7, 8.0
1313

1414
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.
1515

0 commit comments

Comments
 (0)