MySQL 8.4 Release Notes
30.4.4.4 PS_Setup_Disable_Background_Threads() Procedure
禁用性能 Schema instrumentalization 对所有背景线程。生成结果集,指示禁用了多少个背景线程。已经禁用的线程不计入。
无。
mysql> CALL sys.ps_setup_disable_background_threads();
+--------------------------------+
| summary |
+--------------------------------+
| Disabled 24 background threads |
+--------------------------------+