-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Enhancement] (nereids)implement showQueryProfileCommand in nereids #45271
[Enhancement] (nereids)implement showQueryProfileCommand in nereids #45271
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 39999 ms
|
TPC-DS: Total hot run time: 199036 ms
|
ClickBench: Total hot run time: 32.43 s
|
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java
Outdated
Show resolved
Hide resolved
9e40e6c
to
da13460
Compare
run buildall |
TPC-H: Total hot run time: 40069 ms
|
TPC-DS: Total hot run time: 191606 ms
|
ClickBench: Total hot run time: 32.12 s
|
da13460
to
80f20f8
Compare
run buildall |
TPC-H: Total hot run time: 40814 ms
|
TPC-DS: Total hot run time: 195899 ms
|
ClickBench: Total hot run time: 32.91 s
|
run buildall |
TPC-H: Total hot run time: 39968 ms
|
TPC-DS: Total hot run time: 195197 ms
|
ClickBench: Total hot run time: 32.09 s
|
run buildall |
TPC-H: Total hot run time: 39533 ms
|
TPC-DS: Total hot run time: 195379 ms
|
ClickBench: Total hot run time: 32.11 s
|
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.
LGTM
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
What problem does this PR solve?
Issue Number: close #42772
Related PR: #xxx
Problem Summary:
Support showQueryProfile command in nereids.
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)