Turn on the Performance Schema for Aurora MySQL
Assume that Performance Insights is turned on for your DB instance but isn't currently managing the Performance Schema. If you want to allow Performance Insights to manage the Performance Schema automatically, complete the following steps.
To configure the Performance Schema for automatic management
Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/
. -
Choose Parameter groups.
-
Select the name of the parameter group for your DB instance.
-
Choose Edit.
-
Enter
perf
in the search bar. -
Select the
performance_schema
parameter. -
Choose Set to default value.
-
Confirm by choosing Set values to default.
-
Choose Save Changes.
-
Reboot the DB instance.
Important
Whenever you turn the Performance Schema on or off, make sure to reboot the DB instance.
For more information about modifying instance parameters, see Modifying parameters in a DB parameter group in Amazon Aurora. For more information about
the dashboard, see Analyzing metrics with the Performance Insights dashboard. For more information about the
MySQL performance schema, see MySQL
Performance Schema