Tagged articles
2 articles
Page 1 of 1
Efficient Ops
Efficient Ops
Dec 12, 2023 · Databases

How to Diagnose MySQL Lock Waits and Transaction Timeouts with MyAWR

This article explains how commercial banks can analyze MySQL lock‑wait events and transaction timeouts using MDL metadata lock monitoring, innodb_lock_wait_timeout, custom MyAWR collection, SQL de‑parameterization, and post‑mortem queries to pinpoint blocking SQL and its source.

Lock WaitSQL Optimizationmyawr
0 likes · 19 min read
How to Diagnose MySQL Lock Waits and Transaction Timeouts with MyAWR
dbaplus Community
dbaplus Community
Jun 19, 2017 · Databases

Unlock Full‑SQL Statistics in MySQL: Using Performance Schema with myawr

By enabling MySQL's Performance Schema and integrating its comprehensive SQL execution metrics into the open‑source myawr tool, this guide shows how to collect, store, and visualize full‑query statistics—beyond slow‑log—through table design, data ingestion, and multi‑dimensional reporting.

Performance SchemaSQL statisticsmyawr
0 likes · 11 min read
Unlock Full‑SQL Statistics in MySQL: Using Performance Schema with myawr