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


29.12.7.2 events_transactions_history 表

events_transactions_history 表包含每个线程的最近 N 个已结束的事务事件。事务事件直到结束后才被添加到表中。当表中达到每个线程的最大行数时, oldest thread 行将被丢弃,以添加新行。线程结束时,所有行将被丢弃。

性能_schema在服务器启动时自动调整 N 的值。如果想明确设置每个线程的行数,可以在服务器启动时设置 performance_schema_events_transactions_history_size 系统变量。

events_transactions_history 表的列和索引与events_transactions_current相同。请参阅Section 29.12.7.1, “The events_transactions_current Table”

TRUNCATE TABLE 允许对 events_transactions_history 表进行截断操作,删除所有行。

关于三个事务事件表之间的关系,请参阅Section 29.9, “Performance Schema Tables for Current and Historical Events”

关于是否收集事务事件的配置信息,请参阅Section 29.12.7, “Performance Schema Transaction Tables”