mysql.performance.table_locks_immediate
The number of times that a request for a table lock could be granted immediately.Dimensions:None
Interface Metrics (2)
Dimensions:None
Dimensions:None
Sources
Related Insights (1)
Table Lock Contention on MyISAM Tableswarning
MyISAM table locks blocking concurrent queries, causing query queuing and latency spikes. MyISAM uses table-level locking, so writes block all other operations on the table. Mixed read/write workloads suffer severe contention.
▸