-
Notifications
You must be signed in to change notification settings - Fork 4.1k
execstats: calculate total contention time #56797
Copy link
Copy link
Closed
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
This issue tracks adding total contention time to the TraceAnalyzer as a sum of each KV reader's individual contention time. Another interesting metric to get out of this is contention percentage which is the fraction of total disk (i.e. stall) time spent contending, although this is something that any caller could determine once the TraceAnalyzer calculates both disk time and contention time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)