Turn on the Performance Schema for Aurora MySQL
Assume that Database Insights is turned on for your DB instance but isn't currently managing the Performance Schema. If you want to allow Database Insights to manage the Performance Schema automatically, complete the following steps.
To configure the Performance Schema for automatic management
Sign in to the AWS Management Console and open the Amazon RDS console at https://eusc-de-east-1.console.amazonaws-eusc.eu/rds/
. -
Choose Parameter groups.
-
Select the name of the parameter group for your DB instance.
-
Choose Edit.
-
Enter
performance_schemain the search bar. -
Select the
performance_schemaparameter. -
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 Database Insights. For more information about the
MySQL performance schema, see MySQL
Performance Schema