v.20.7Improvement
Added SelectedRows and SelectedBytes to system.events and other components
AddedSelectedRowsandSelectedBytestosystem.events, along with system.metrics, processes, query_log, etc. #12638 (ianton-ru).
Why it matters
This feature enhances monitoring capabilities by providing more detailed insight into the number of rows and bytes selected during query execution. It helps users better analyze resource consumption and query performance.How to use it
Users can query thesystem.events table to access the new SelectedRows and SelectedBytes metrics just as they would with other event metrics, enabling easier tracking and diagnostics of query operations.