AWS Certified Database – Specialty — Question 56

A company just migrated to Amazon Aurora PostgreSQL from an on-premises Oracle database. After the migration, the company discovered there is a period of time every day around 3:00 PM where the response time of the application is noticeably slower. The company has narrowed down the cause of this issue to the database and not the application.
Which set of steps should the Database Specialist take to most efficiently find the problematic PostgreSQL query?

Answer options

Correct answer: D

Explanation

The correct answer is D because enabling Amazon RDS Performance Insights allows for real-time monitoring and visualization of database performance, helping to identify problematic queries correlated with the slow response times. Options A and B provide monitoring solutions but are less efficient and do not specifically target query performance. Option C focuses solely on locking queries, which may not encompass all potential causes of the slowdown.