This document discusses the MySQL Performance Schema, which provides visibility into the internal workings of the MySQL server. It describes the need for the Performance Schema, its design including instruments and statistics tables. It then covers some use cases for analyzing statement performance and troubleshooting issues like long running queries or stuck sessions. Finally, it outlines some new features introduced in MySQL 5.7 like additional instruments and tables to gain more insights.