Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix inflated "overhead" in statement timings
Fixes #40675 Fixes #50108 Release justification: Low-risk, high-reward fix to existing functionality. Release note (admin ui change): In some cases, the Execution Stats page would show a confusingly 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 stop considering the time between when parsing ends and execution begins when determining service latency.
- Loading branch information