Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execstats: calculate cumulative time spent in KV #56604

Closed
asubiotto opened this issue Nov 12, 2020 · 0 comments · Fixed by #57495
Closed

execstats: calculate cumulative time spent in KV #56604

asubiotto opened this issue Nov 12, 2020 · 0 comments · Fixed by #57495
Assignees
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)

Comments

@asubiotto
Copy link
Contributor

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...)

@asubiotto asubiotto added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-execution Relating to SQL execution. A-sql-observability Related to observability of the SQL layer labels Nov 12, 2020
@craig craig bot closed this as completed in 1697431 Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants