Aikesheng Open Source Community
Jul 17, 2020 · Databases
Investigating MySQL Statistics Tables Using the DBUG Debugger
This article demonstrates how to use MySQL's DBUG debugging tool to observe the creation of a table, track changes in internal statistics tables such as innodb_index_stats, and reveal the underlying operations and stored procedures that update these tables.
DBUGDatabase InternalsStatistics Tables
0 likes · 3 min read
