MySQL 8.4 发行说明
events_transactions_history_long
表包含在所有线程中,全局范围内结束的 N
个最近的事务事件。在事务事件结束之前不会将其添加到表中。当表已满时,在添加新行时,将丢弃最旧的行,而不管哪一个线程生成这两行。
性能模式会在服务器启动时自动调整 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 节,“性能模式表,用于当前和历史事件”。
有关配置是否收集事务事件的信息,请参见 第 29.12.7 节,“性能模式事务表”。