-
Notifications
You must be signed in to change notification settings - Fork 111
events_stages_history_long
xiaoboluo768 edited this page Jun 8, 2020
·
2 revisions
- events_stages_history_long表包含最近的N个阶段事件。 在server启动时,N的值会自动调整。 如果要显式设置N值大小,可以在server启动之前设置系统变量performance_schema_events_stages_history_long_size的值。stages事件执行结束时才会添加到events_stages_history_long表中,当添加新事件到events_stages_history_long表时,如果events_stages_history_long表已满,则会丢弃该表中较旧的事件
- events_stages_history_long与events_stages_current表结构相同
- 允许使用TRUNCATE TABLE语句
- 参考链接:https://dev.mysql.com/doc/refman/5.7/en/events-stages-history-long-table.html
上一篇: events_stages_history表 | 下一篇: statement event tables
- 验证、测试、整理:罗小波
- QQ:309969177
- 提示:本系列文章的主体结构遵循Oracle MySQL 官方 5.7 手册中,关于information_schema、mysql schema、performance_schema、sys schema的章节结构体系,并额外添加了一些验证、测试数据。鉴于本人精力和能力有限,难免出现一些纰漏,欢迎大家踊跃指正!