Skip to content

Commit 3bd5e93

Browse files
authored
Merge pull request #109560 from ajlam/master
Fixes MicrosoftDocs/azure-docs#51131
2 parents 833d74c + 661f90b commit 3bd5e93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/mysql/howto-troubleshoot-sys-schema.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: troubleshooting
8-
ms.date: 3/18/2020
8+
ms.date: 3/30/2020
99
---
1010

1111
# How to use sys_schema for performance tuning and database maintenance in Azure Database for MySQL
@@ -56,6 +56,9 @@ In this example Azure Database for MySQL spent 53 minutes flushing the slog quer
5656

5757
### *sys.innodb_buffer_stats_by_table*
5858

59+
[!IMPORTANT]
60+
> Querying this view can impact performance. It is recommended to perform this troubleshooting during off-peak business hours.
61+
5962
The InnoDB buffer pool resides in memory and is the main cache mechanism between the DBMS and storage. The size of the InnoDB buffer pool is tied to the performance tier and cannot be changed unless a different product SKU is chosen. As with memory in your operating system, old pages are swapped out to make room for fresher data. To find out which tables consume most of the InnoDB buffer pool memory, you can query the *sys.innodb_buffer_stats_by_table* view.
6063

6164
![InnoDB buffer status](./media/howto-troubleshoot-sys-schema/innodb-buffer-status.png)

0 commit comments

Comments
 (0)