Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  MySQL Performance Schema  /  Restrictions on Performance Schema

29.20 性能模式限制

性能模式避免使用互斥锁来收集或生成数据,因此不能保证一致性,结果有时可能不正确。performance_schema 表中的事件值是非确定性的和不可重复的。

如果您将事件信息保存在另一个表中,不要假设原始事件后来仍然可用。例如,如果您从 performance_schema 表中选择事件到临时表,以便稍后与原始表连接,可能找不到匹配项。

mysqldumpBACKUP DATABASE 忽视 performance_schema 数据库中的表。

不能使用 LOCK TABLES 锁定 performance_schema 数据库中的表,除非是 setup_xxx 表。

不能对 performance_schema 数据库中的表进行索引。

不能复制 performance_schema 数据库中的表。

计时器类型可能因平台而异。performance_timers 表显示了哪些事件计时器可用。如果该表中给定计时器名称的值为 NULL,则该计时器不支持您的平台。

可能不是所有存储引擎都实现了与存储引擎相关的仪器。每个第三方引擎的仪器化是引擎维护者的责任。