New in MySQL 5.7.7, the MySQL sys schema (originally the ps_helper project) is now included by default within the MySQL server!
For those unfamiliar with the sys
schema project, it is a database schema with a set of
objects (views, stored procedures, stored functions, and table
with a couple of triggers on it) that were implemented to
give easy, human readable, DBA and Developer based
use case access to the wealth of instrumentation
data implemented primarily within Performance Schema, but also with various
…