execstats: calculate total rows/bytes read from KV #56605
Labels
A-sql-execution
Relating to SQL execution.
A-sql-observability
Related to observability of the SQL layer
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
This issue tracks adding the calculation of both total bytes and total rows read from KV to the TraceAnalyzer. This information is already surfaced to the admin UI in the statements page based on the infrastructure to calculate progress. This issue simply tracks adding this calculation from the physical plan + trace to the TraceAnalyzer in case of need in other cases (e.g. annotating the textual explain analyze plan with this information).
The text was updated successfully, but these errors were encountered: