-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.component/computemay-affects-5.4may-affects-6.1may-affects-6.5may-affects-7.1may-affects-7.5may-affects-8.1severity/majortype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
Running the same query in pipeline mode and pull mode, the overall query peformance is almost the same, but the execution time for each executor differs a lot between pipeline mode and pull mode
HashAgg: 2.23s
Projection: 2.71s
Selection: 1.75s
And in pull mode
HashAgg: 4.4s
Projection: 2.8s
Selection: 0.26s
And compared with cpu flame graph, the executor time in pull mode is much more reasonable.
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
SeaRise
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.component/computemay-affects-5.4may-affects-6.1may-affects-6.5may-affects-7.1may-affects-7.5may-affects-8.1severity/majortype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.