Mysql---MySQL sys Schema
1、概述
1.1、MySQL 5.7.7及更高版本包括sys schema,这是一组 帮助DBA和开发人员解释Performance schema收集的数据的对象。
用途:sys schema对象可用于典型的调优和诊断用例。
此schema中的对象包括:
将Performance Schema数据汇总为更易于理解的形式的视图。
执行诸如 Performance Schema 配置和生成诊断报告等操作的存储过程。
存储函数,用于查询 Performance Schema 配置并提供格式化服务。
https://www.cnblogs.com/wanbin/p/9514615.html