Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  The ps_truncate_all_tables() Procedure

30.4.4.24 Performance Schema ps_truncate_all_tables() Procedure

将所有性能Schema汇总表截断,重置所有聚合计量仪器为快照。生成一个结果集,指示截断了多少个表。

  • in_verbose BOOLEAN: 是否在执行前显示每个TRUNCATE TABLE语句。

mysql> CALL sys.ps_truncate_all_tables(FALSE);
+---------------------+
| summary             |
+---------------------+
| Truncated 49 tables |
+---------------------+