-
Notifications
You must be signed in to change notification settings - Fork 762
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 processor level profiling #4238
Labels
A-query
Area: databend query
Comments
Feel free to comment if have any thoughts @zhang2014 |
BohuTANG
changed the title
Add a global perf counter for query context
Add processor level profiling
Feb 24, 2022
is there any progress? |
In progress. It's depend some refactor(we need to hold pipeline executor in query ctx). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
To measure the performance of every processor, the profiles including:
Note:
We have did some work related to the processor profiling in the context query level, it's not an elegant solution.
E.g. get DALMetrics from query context, this should get from the Source Processor.
Example
Source Processor ⇢
⇢ Aggregate Processor ⇢
⇢ Sink Processor
TODO
The text was updated successfully, but these errors were encountered: