MySQL: Tracing a single query with PERFORMANCE_SCHEMA (opens in new tab)
My task is to collect performance data about a single query, using `PERFORMANCE_SCHEMA` (P_S for short) in MySQL, to ship it elsewhere for integration with other data.
Read the original article