Technologies/MySQL/mysql.performance.slow_queries
MySQLMySQLMetric

mysql.performance.slow_queries

The rate of slow queries (log queries that exceed a particular execution time).
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
The rate of slow queries (log queries that exceed a particular execution time).
Dimensions:None
Related Insights (3)
Row Lock Wait Contention on Hot Tableswarning

InnoDB row-level locking can cause queries to wait when multiple transactions attempt to modify the same rows. This creates visible latency spikes and reduced throughput on write-heavy workloads with high concurrency on specific tables.

Slow Query Accumulation from Missing Indexeswarning

Queries that perform full table scans due to missing or inefficient indexes accumulate in the slow query log. These queries consume excessive CPU, I/O, and time, degrading overall database throughput and user experience. The problem scales with data growth and query frequency.

Slow Query Accumulation Patternwarning

Queries exceeding long_query_time threshold accumulate, indicating systematic performance issues. High slow query rate signals need for query optimization, missing indexes, or resource scaling. Patterns in slow query types reveal specific optimization opportunities.