-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Actual contention events will be implemented in #55583, but in the meantime we can introduce a testing cluster setting that will produce mock contention events that follow the same structure as that defined by the issue.
This issue also tracks building the SQL execution infrastructure around those contention events. To start with, we'll want to surface how much contention happened in any operators that use disk. This should be a sum of the duration of each contention event.
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)