Skip to content

execstats: calculate total contention time #56797

@asubiotto

Description

@asubiotto

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.

Metadata

Metadata

Assignees

Labels

A-sql-executionRelating to SQL execution.A-sql-observabilityRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions