MySQL 9.0 发行说明
The events_waits_history
表包含每个线程最近结束的 N
个等待事件。 等待事件只有在结束时才会添加到表中。 当表中包含特定线程的最大行数时,当为该线程添加新行时,将丢弃最旧的线程行。 当线程结束时,将丢弃其所有行。
Performance Schema 在服务器启动期间自动调整 N
的值。 若要显式设置每个线程的行数,请在服务器启动时设置 performance_schema_events_waits_history_size
系统变量。
The events_waits_history
表具有与 events_waits_current
相同的列和索引。 见 Section 29.12.4.1, “The events_waits_current Table”.
TRUNCATE TABLE
允许用于 events_waits_history
表。 它将删除行。
有关三个等待事件表之间关系的更多信息,请参阅 Section 29.9, “Performance Schema Tables for Current and Historical Events”.
有关配置是否收集等待事件的信息,请参阅 Section 29.12.4, “Performance Schema Wait Event Tables”.