Problem
Application takes a long time to service requests and you suspect poorly performing SQL queries. You might also see spikes in Queue Depth in AWS RDS Oracle metrics.
Solution
Using SQL Developer, connect to database using DBA role and execute the following query:
Look for results with the highest "Cost" numbers and consider whether they may be contributing to the poor performance.
No comments:
Post a Comment