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

Support displaying the RU statistics info for slow queries #42892

Closed
2 tasks
JmPotato opened this issue Apr 10, 2023 · 1 comment · Fixed by #49067
Closed
2 tasks

Support displaying the RU statistics info for slow queries #42892

JmPotato opened this issue Apr 10, 2023 · 1 comment · Fixed by #49067

Comments

@JmPotato
Copy link
Member

JmPotato commented Apr 10, 2023

Part of #38825.

Enhancement

After #41972, we now support displaying the RU statistics info via EXPLAIN ANALYZE SQL. It would be nice and helpful to also display the RU statistics info for slow queries. To achieve this, we may need to:

  • Make RURuntimeStats resident in memory.
  • Collect the RU runtime statistics info for slow queries.
@HuSharp
Copy link
Contributor

HuSharp commented Apr 20, 2023

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants