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

Documentation on query statistics #2

Open
AbhijitKulkarni1 opened this issue Apr 13, 2023 · 6 comments
Open

Documentation on query statistics #2

AbhijitKulkarni1 opened this issue Apr 13, 2023 · 6 comments

Comments

@AbhijitKulkarni1
Copy link

Would like to have detailed explanation documentation on presto query statistics like totalCPutime, totalExecutionTime, totalBlockedTime etc.

@Akanksha-kedia
Copy link

Can i work on this?

@tdcmeehan
Copy link
Contributor

Go for it @Akanksha-kedia

@Akanksha-kedia
Copy link

@AbhijitKulkarni1 @tdcmeehan can you give me details regarding this, wat is the expectation, wat details, and any reference?

@tdcmeehan
Copy link
Contributor

@Akanksha-kedia Please refer to the QueryStats class and infer from the code the meaning of the statistics.

@AbhijitKulkarni1
Copy link
Author

@Akanksha-kedia If you can highlight the documentation on how these metrics are calculated and explain the metrics would be of great help to understand the Presto query execution for any optimization better.

@tdcmeehan
Copy link
Contributor

@Akanksha-kedia it's currently not documented in the code, so the only way is to infer the meaning from the code. In general, it's not difficult to read the intent of this code directly.

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

No branches or pull requests

3 participants