Mryange opened a new pull request, #26148:
URL: https://github.com/apache/doris/pull/26148
## Proposed changes
before
```
Fragments:
┌───────────────────────┐
│[-1: VDataBufferSender]│
│Fragment: 0 │
│MaxActiveTime: 0ns │
└───────────────────────┘
```
now
```
Fragments:
┌───────────────────────┐
│[-1: VDataBufferSender]│
│Fragment: 0 │
│MaxActiveTime: 27s532ms│
└───────────────────────┘
```
now
```
SimpleProfile:
Instance(1):
PipelineXTask (index=0):
RESULT_SINK_OPERATOR (id=0):
- CloseTime: avg 10.569us, max 10.569us, min 10.569us
- ExecTime: avg 285.258us, max 285.258us, min 285.258us
- InputRows: 0
- OpenTime: avg 85.85us, max 85.85us, min 85.85us
AGGREGATION_OPERATOR (id=453):
- PlanInfo
- output: sum(partial_sum((lo_extendedprice *
lo_discount)))[#45]
- group by:
- cardinality=1
- BlocksReturned: 1
- CloseTime: avg 4.267us, max 4.267us, min 4.267us
- ExecTime: avg 111.687us, max 111.687us, min 111.687us
- OpenTime: avg 20.933us, max 20.933us, min 20.933us
- ProjectionTime: avg 0ns, max 0ns, min 0ns
- RowsReturned: 1
PipelineXTask (index=1):
AGGREGATION_SINK_OPERATOR (id=453):
- CloseTime: avg 2.141us, max 2.141us, min 2.141us
- ExecTime: avg 160.937us, max 160.937us, min
160.937us
- InputRows: 8
- OpenTime: avg 99.439us, max 99.439us, min 99.439us
EXCHANGE_OPERATOR (id=450):
- PlanInfo
- offset: 0
- BlocksReturned: 8
- CloseTime: avg 13.803us, max 13.803us, min
13.803us
- ExecTime: avg 182.182us, max 182.182us, min
182.182us
- OpenTime: avg 91.845us, max 91.845us, min 91.845us
- ProjectionTime: avg 0ns, max 0ns, min 0ns
- RowsReturned: 8
```
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]