Spec-Zone .ru
спецификации, руководства, описания, API

20.9.8. Performance Schema Summary Tables

20.9.8.1. Event Wait Summary Tables
20.9.8.2. Stage Summary Tables
20.9.8.3. Statement Summary Tables
20.9.8.4. Object Wait Summary Table
20.9.8.5. File I/O Summary Tables
20.9.8.6. Table I/O and Lock Wait Summary Tables
20.9.8.7. Connection Summary Tables
20.9.8.8. Socket Summary Tables

Summary tables provide aggregated information for terminated events over time. The tables in this group summarize event data in different ways.

Event Wait Summaries:

Stage Summaries:

Statement Summaries:

Object Wait Summaries:

File I/O Summaries:

Table I/O and Lock Wait Summaries:

Connection Summaries:

Socket Summaries:

Each summary table has grouping columns that determine how to group the data to be aggregated, and summary columns that contain the aggregated values. Tables that summarize events in similar ways often have similar sets of summary columns and differ only in the grouping columns used to determine how events are aggregated.

Summary tables can be truncated with TRUNCATE TABLE. Except for events_statements_summary_by_digest, the effect is to reset the summary columns to 0 or NULL, not to remove rows. This enables you to clear collected values and restart aggregation. That might be useful, for example, after you have made a runtime configuration change.