cockroachdb / cockroachdb/cockroach
sql: display admission control wait time in EXPLAIN ANALYZE output
Open
A-sql-explain
C-enhancement
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We already display several sources of wait time in the EXPLAIN ANALYZE output (e.g., contention). It would be useful to display admission control queuing time as well to help identify the source of a slow query.
Jira issue: CRDB-39538
Epic CRDB-37757
Contributor guide
Assessment
This issue has not been assessed yet.