expression,planner: reuse the PropConstSolver to improve performance#61838
expression,planner: reuse the PropConstSolver to improve performance#61838ti-chi-bot[bot] merged 21 commits intopingcap:masterfrom
Conversation
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
|
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #61838 +/- ##
================================================
+ Coverage 73.0426% 73.2299% +0.1872%
================================================
Files 1730 1736 +6
Lines 481654 485490 +3836
================================================
+ Hits 351813 355524 +3711
- Misses 108280 108310 +30
- Partials 21561 21656 +95
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/retest |
|
/retest |
| s.ctx = ctx | ||
| return s.solve(conditions) | ||
| } | ||
|
|
There was a problem hiding this comment.
Exported func should have a comment
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AilinKid, wshwsh12, XuHuaiyu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
What problem does this PR solve?
Issue Number: close #61837
Problem Summary:
What changed and how does it work?
Check List
Tests
before
https://flamegraph.com/share/bead835c-4ce4-11f0-b170-826a90ca3d79
after
https://flamegraph.com/share/29d160f8-4d7b-11f0-8d36-0698304f6f10
flame graph has less object in the PropConstSolver.
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.