QuestionQ37
PerformanceYou are experiencing performance problems with MySQL instances that are monitored by MySQL Enterprise Monitor.
Using Query Analyzer, where should you start looking for problematic queries?
- A Sort the “Exec" column and check for SQL queries with low Query Response Time index (QRTi) values.
- B Look for queries with low total latency times in the Latency section in the times series graph.
- C Look for queries with big prolonged spikes in row activity/access graph in the times series graph.
- D Sort the “Exec" column and check for SQL queries with high Query Response Time index (QRTi) values.
Community Discussion