execstats: calculate cumulative time spent in KV #56604
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 cumulative time spent in KV to the TraceAnalyzer object. This should be simple sum of all "stall times" of operators that send KV requests (e.g. tableReader/colBatchScan/joinReader etc...)
The text was updated successfully, but these errors were encountered: