Integration with MariaDB PERFORMANCE_SCHEMA


Starting with InnoDB 1.1 with MariaDB 5.5, you can profile certain internal InnoDB operations using the MariaDB Performance Schema feature. This type of tuning is primarily for expert users, those who push the limits of MariaDB performance, read the MariaDB source code, and evaluate optimization strategies to overcome performance bottlenecks. DBAs can also use this feature for capacity planning, to see whether their typical workload encounters any performance bottlenecks with a particular combination of CPU, RAM, and disk storage; and if so, to judge whether performance can be improved by increasing the capacity of some part of the system.

To use this feature to examine InnoDB performance:

For more information about the MariaDB Performance Schema, see , MySQL Performance Schema.

Retornar