Analyzing DB load by waits for Aurora PostgreSQL Limitless Database using the Performance Insights dashboard
You might want to improve the performance for your Aurora PostgreSQL Limitless Database by tracking wait events. To analyze DB load by wait events for your Aurora PostgreSQL Limitless Database, use the following procedure.
To analyze DB load by waits for Aurora PostgreSQL Limitless Database using the console
Open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
In the navigation pane, choose Performance Insights.
-
Choose an Aurora PostgreSQL Limitless Database. The Performance Insights dashboard is displayed for that Aurora PostgreSQL Limitless Database.
-
In the Database load (DB load) section, choose Waits for Sliced by. To view the number of AAS and the estimated vCPU, choose Absolute for Viewed as.
The Average active sessions chart shows the DB load for instances in your Aurora PostgreSQL Limitless Database.
-
Scroll down to the Top SQL tab.
In the following example, the SQL statement with the highest load by waits is the
DELETE
statement. -
Choose the SQL statement to expand it into its component statements.
In the following example, the
SELECT
statement has 3 component statements.