-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
What is the problem the feature request solves?
When I profiled tpcds q64, I found that update_metrics took 8.9 % of task time.
Describe the potential solution
I propose the following improvements to optimize update metrics:
- Define a
NativeMetricNodeproto type to pass all metric nodes at once to avoid iterative jni calls. - Call update metrics when releasing plan to reduce the number of calls.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
