Technologies/MariaDB/mysql.innodb.row_lock_time
MariaDBMariaDBMetric

mysql.innodb.row_lock_time

The total time spent waiting on locks per normalized query and schema. (DBM only)
Dimensions:None
Related Insights (1)
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.