This document discusses using the MySQL Performance Schema to monitor and troubleshoot database performance issues. The Performance Schema collects instrumentation data without additional threads or memory beyond server startup. It contains tables to track statements, stages, waits, I/O and more. The document reviews Performance Schema options, tables and how to view summary statistics. Installing the SYS schema provides helpful views and stored procedures for exploring performance data in the Performance Schema.