Rachelint commented on PR #15479: URL: https://github.com/apache/datafusion/pull/15479#issuecomment-2775152403
Here is my result after removing `CoalesceBatchesExec` for `Aggregate`: ``` -------------------- Benchmark clickbench_1.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ remove-coalesc-test ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 0 │ 0.58ms │ 0.59ms │ no change │ │ QQuery 1 │ 69.10ms │ 67.52ms │ no change │ │ QQuery 2 │ 164.32ms │ 162.57ms │ no change │ │ QQuery 3 │ 174.68ms │ 173.55ms │ no change │ │ QQuery 4 │ 1530.10ms │ 1486.31ms │ no change │ │ QQuery 5 │ 1438.23ms │ 1390.79ms │ no change │ │ QQuery 6 │ 67.68ms │ 68.17ms │ no change │ │ QQuery 7 │ 78.59ms │ 80.99ms │ no change │ │ QQuery 8 │ 1646.02ms │ 1594.09ms │ no change │ │ QQuery 9 │ 1823.36ms │ 1806.96ms │ no change │ │ QQuery 10 │ 464.34ms │ 443.72ms │ no change │ │ QQuery 11 │ 521.13ms │ 510.05ms │ no change │ │ QQuery 12 │ 1606.39ms │ 1559.59ms │ no change │ │ QQuery 13 │ 2578.92ms │ 2425.36ms │ +1.06x faster │ │ QQuery 14 │ 1650.71ms │ 1584.42ms │ no change │ │ QQuery 15 │ 1807.01ms │ 1756.57ms │ no change │ │ QQuery 16 │ 3430.08ms │ 3226.74ms │ +1.06x faster │ │ QQuery 17 │ 3177.38ms │ 2923.88ms │ +1.09x faster │ │ QQuery 18 │ 7348.28ms │ 6759.03ms │ +1.09x faster │ │ QQuery 19 │ 145.29ms │ 142.43ms │ no change │ │ QQuery 20 │ 2650.47ms │ 2652.96ms │ no change │ │ QQuery 21 │ 3416.49ms │ 3382.16ms │ no change │ │ QQuery 22 │ 8195.70ms │ 8383.83ms │ no change │ │ QQuery 23 │ 21618.48ms │ 21754.72ms │ no change │ │ QQuery 24 │ 997.94ms │ 999.24ms │ no change │ │ QQuery 25 │ 908.12ms │ 885.02ms │ no change │ │ QQuery 26 │ 1168.94ms │ 1169.06ms │ no change │ │ QQuery 27 │ 3827.54ms │ 3838.34ms │ no change │ │ QQuery 28 │ 22386.67ms │ 22554.63ms │ no change │ │ QQuery 29 │ 910.11ms │ 910.88ms │ no change │ │ QQuery 30 │ 1633.75ms │ 1606.75ms │ no change │ │ QQuery 31 │ 1876.00ms │ 1838.23ms │ no change │ │ QQuery 32 │ 7765.63ms │ 7456.08ms │ no change │ │ QQuery 33 │ 7439.70ms │ 7022.39ms │ +1.06x faster │ │ QQuery 34 │ 7414.28ms │ 7033.60ms │ +1.05x faster │ │ QQuery 35 │ 2212.33ms │ 2106.79ms │ no change │ │ QQuery 36 │ 220.97ms │ 204.14ms │ +1.08x faster │ │ QQuery 37 │ 142.39ms │ 141.67ms │ no change │ │ QQuery 38 │ 136.95ms │ 134.41ms │ no change │ │ QQuery 39 │ 388.01ms │ 373.10ms │ no change │ │ QQuery 40 │ 56.90ms │ 57.45ms │ no change │ │ QQuery 41 │ 54.00ms │ 53.49ms │ no change │ │ QQuery 42 │ 61.03ms │ 60.48ms │ no change │ └──────────────┴────────────┴─────────────────────┴───────────────┘ ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org