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

Predict runtime of a query #8

Open
jaystarshot opened this issue Sep 7, 2023 · 1 comment
Open

Predict runtime of a query #8

jaystarshot opened this issue Sep 7, 2023 · 1 comment

Comments

@jaystarshot
Copy link
Member

Amazing work btw, just getting started with this project.
I was working on a similar project. If we could factor in the running queries or the moving window cpu of the cluster. Using that info + blocked time ms, we could also predict query runtime!

@ChunxuTang
Copy link
Member

Thanks for your interest!
Predicting query runtime would need more information, such as the moving window CPU and blocked time you mentioned. Currently, we only support predicting CPU time and peak memory as these metrics are independent of how busy the cluster is.
Feel free to contribute to this project or ping us if you want to know more.

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

2 participants