-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat](nereids)print physical plan in profile #35144
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
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 40968 ms |
TPC-DS: Total hot run time: 180486 ms |
ClickBench: Total hot run time: 30.21 s |
|
could u replace screenshot by code block? screeshot is hard to put into git message and not firendly for search engine |
|
run p0 |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
print physical plan in profile summary
Summary:
- Profile ID: f3c4842af5f64dd6-a2b4cd00e16e596f
- Task Type: QUERY
- Start Time: 2024-05-21 18:38:32
- End Time: 2024-05-21 18:38:32
- Total: 70ms
- Task State: EOF
- User: root
- Default Db: tpch_sf1
- Sql Statement: select * from region
- Physical Plan: PhysicalResultSink[54] ( outputExprs=[r_regionkey#0, r_name#1, r_comment#2] )
+--PhysicalDistribute[51]@0 ( stats=5, distributionSpec=DistributionSpecGather )
+--PhysicalOlapScan[region]@0 ( stats=5 )
Proposed changes
print physical plan in profile summary
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...