-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
planner: support HashJoin cost detail #37012
Conversation
Signed-off-by: yisaer <disxiaofei@163.com>
Signed-off-by: yisaer <disxiaofei@163.com>
Signed-off-by: yisaer <disxiaofei@163.com>
Signed-off-by: yisaer <disxiaofei@163.com>
…n_cost_detail_3
Signed-off-by: yisaer <disxiaofei@163.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/8e2ab756ad77652f9af0bc96f29429a6cd813154 |
Signed-off-by: yisaer <disxiaofei@163.com>
Signed-off-by: yisaer <disxiaofei@163.com>
/gray-debug |
6 similar comments
/gray-debug |
/gray-debug |
/gray-debug |
/gray-debug |
/gray-debug |
/gray-debug |
/gray-debug rerun because of goproxy network issue |
/gray-debug |
3 similar comments
/gray-debug |
/gray-debug |
/gray-debug |
Signed-off-by: yisaer <disxiaofei@163.com>
50d86a4
to
b795817
Compare
Signed-off-by: yisaer <disxiaofei@163.com>
Signed-off-by: yisaer <disxiaofei@163.com>
/run-unit-test |
AddParam(DiskCostDescLbl, diskCostDetail.desc()). | ||
AddParam(ProbeDiskCostDescLbl, diskCostDetail.probeDesc()) | ||
|
||
detail.SetDesc(fmt.Sprintf("%s+%s+%s+all children cost", CPUCostDetailLbl, MemCostDetailLbl, DiskCostDetailLbl)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice that in previous PRs, each label in the Desc
corresponds to exactly one value in the Param
with the same label. But this PR doesn't follow this.
For example, we didn't explain the relationship between CPUCostDetailLbl
, CPUCostDescLbl
, and ProbeCostDescLbl
.
Would we improve this sometime?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently no, we may ignore this in interval server and revise it in dashboard.
Signed-off-by: yisaer <disxiaofei@163.com>
… into add_plan_cost_detail_3
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f1b6216
|
/run-all-tests |
Signed-off-by: yisaer <disxiaofei@163.com>
… into add_plan_cost_detail_3
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6adc272
|
TiDB MergeCI notify🔴 Bad News! New failing [1] after this pr merged.
|
What problem does this PR solve?
Issue Number: ref #36962
Problem Summary:
What is changed and how it works?
Support cost detail for hashjoin
Check List
Tests
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.