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

Add performance metrics for queries, transformations, etc. #5

Open
kesmit13 opened this issue Nov 16, 2022 · 0 comments
Open

Add performance metrics for queries, transformations, etc. #5

kesmit13 opened this issue Nov 16, 2022 · 0 comments
Labels
feature New feature or request

Comments

@kesmit13
Copy link
Collaborator

It would be nice to have a way to retrieve performance metrics to determine where most of the time is being spent in an API call. The calls mainly consist of making a query, downloading the result, transforming the data, and returning the final data structure. Being able to see immediately how much time is being spent during each phase would give a lot of insights into performance issues. This will be especially helpful when using the Ibis SingleStoreDB backend which does lazy evaluation. It can be easy to accidentally trigger a download of large amounts of data (possibly multiple times), and having metrics readily available would help diagnose that.

@kesmit13 kesmit13 added the feature New feature or request label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant