host_summary_by_stages and x$host_summary_by_stages Sys Schema Views
These views summarize statement execution stages grouped by host, showing where threads spend the most time during query processing.
Description
Column
Description
Example
SELECT * FROM sys.host_summary_by_stages\G
*************************** 1. row ***************************
host: background
event_name: stage/innodb/buffer pool load
total: 1
total_latency: 3.75 ms
avg_latency: 3.75 ms
SELECT * FROM sys.x$host_summary_by_stages\G
*************************** 1. row ***************************
host: background
event_name: stage/innodb/buffer pool load
total: 1
total_latency: 3747098000
avg_latency: 3747098000Previoushost_summary_by_file_io_type and x$host_summary_by_file_io_type Sys Schema ViewsNexthost_summary_by_statement_type and x$host_summary_by_statement_type Sys Schema Views
Last updated
Was this helpful?

