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

sql: fix inflated "overhead" in statement timings #10836

Open
jseldess opened this issue Jun 24, 2021 · 0 comments
Open

sql: fix inflated "overhead" in statement timings #10836

jseldess opened this issue Jun 24, 2021 · 0 comments
Labels
C-product-change P-2 Normal priority; secondary task
Milestone

Comments

@jseldess
Copy link
Contributor

jseldess commented Jun 24, 2021

Jesse Seldess (jseldess) commented:

PR: cockroachdb/cockroach#66108

From release notes:

In some cases, the Execution Stats page would show a very high Overhead latency for a statement. This could happen due to multiple statements being parsed together or due to statement execution being retried. To avoid this, we no longer consider the time between when parsing ends and execution begins when determining service latency. [#66108][#66108] {% comment %}doc{% endcomment %}

Jira Issue: DOC-1530

@jseldess jseldess added this to the 21.1 milestone Jun 24, 2021
@jseldess jseldess added the A-sql label Jun 24, 2021
@ericharmeling ericharmeling added the P-2 Normal priority; secondary task label Aug 26, 2021
@exalate-issue-sync exalate-issue-sync bot assigned ghost and unassigned ianjevans Nov 18, 2021
@jseldess jseldess removed the G-sql label Jan 18, 2022
@exalate-issue-sync exalate-issue-sync bot changed the title release-21.1: sql: fix inflated "overhead" in statement timings sql: fix inflated "overhead" in statement timings Apr 1, 2022
@exalate-issue-sync exalate-issue-sync bot unassigned ghost Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-2 Normal priority; secondary task
Projects
None yet
Development

No branches or pull requests

3 participants