MySQL 9.0 发行说明
events_transactions_history_long
表包含所有线程中最近结束的 N
个事务事件。事务事件只有在结束时才会被添加到表中。当表满了时,在添加新行时会丢弃最旧的行,无论哪条线程生成这两行。
Performance Schema 在服务器启动时会自动调整 N
的值。要在服务器启动时显式设置表大小,请设置 performance_schema_events_transactions_history_long_size
系统变量。
events_transactions_history_long
表具有与 events_transactions_current
相同的列。参见 第 29.12.7.1 节,“events_transactions_current 表”。与 events_transactions_current
不同,events_transactions_history_long
没有索引。
对于 events_transactions_history_long
表,允许使用 TRUNCATE TABLE
。它会删除行。
有关三个事务事件表之间关系的更多信息,请参见 第 29.9 节,“Performance Schema 用于当前和历史事件的表”.
有关配置是否收集事务事件的信息,请参见 第 29.12.7 节,“Performance Schema 事务表”.