Rachelint commented on PR #15591: URL: https://github.com/apache/datafusion/pull/15591#issuecomment-2823851220
Bench result of clickbench, it can see no regression when `blocked_groups` disabled (still disable in all queries now due to only support blocked in very few `group values` and `accumulator`). ``` ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ intermeidate-result-blocked-approach ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 0 │ 0.63ms │ 0.58ms │ +1.09x faster │ │ QQuery 1 │ 75.15ms │ 77.55ms │ no change │ │ QQuery 2 │ 157.19ms │ 157.03ms │ no change │ │ QQuery 3 │ 177.31ms │ 171.35ms │ no change │ │ QQuery 4 │ 1531.13ms │ 1533.92ms │ no change │ │ QQuery 5 │ 1329.11ms │ 1323.23ms │ no change │ │ QQuery 6 │ 0.64ms │ 0.66ms │ no change │ │ QQuery 7 │ 86.57ms │ 83.64ms │ no change │ │ QQuery 8 │ 1628.14ms │ 1655.81ms │ no change │ │ QQuery 9 │ 1803.07ms │ 1889.13ms │ no change │ │ QQuery 10 │ 500.49ms │ 491.90ms │ no change │ │ QQuery 11 │ 548.08ms │ 553.46ms │ no change │ │ QQuery 12 │ 1504.42ms │ 1524.19ms │ no change │ │ QQuery 13 │ 2483.15ms │ 2523.10ms │ no change │ │ QQuery 14 │ 1548.59ms │ 1570.04ms │ no change │ │ QQuery 15 │ 1791.77ms │ 1836.97ms │ no change │ │ QQuery 16 │ 3288.87ms │ 3334.03ms │ no change │ │ QQuery 17 │ 3099.75ms │ 3114.60ms │ no change │ │ QQuery 18 │ 7042.36ms │ 7067.90ms │ no change │ │ QQuery 19 │ 152.89ms │ 151.47ms │ no change │ │ QQuery 20 │ 2598.19ms │ 2628.23ms │ no change │ │ QQuery 21 │ 3176.48ms │ 3183.66ms │ no change │ │ QQuery 22 │ 5965.76ms │ 5923.81ms │ no change │ │ QQuery 23 │ 20526.87ms │ 20259.01ms │ no change │ │ QQuery 24 │ 894.85ms │ 904.43ms │ no change │ │ QQuery 25 │ 727.93ms │ 748.53ms │ no change │ │ QQuery 26 │ 1053.03ms │ 1050.49ms │ no change │ │ QQuery 27 │ 3689.54ms │ 3780.86ms │ no change │ │ QQuery 28 │ 22522.83ms │ 22292.86ms │ no change │ │ QQuery 29 │ 903.40ms │ 907.97ms │ no change │ │ QQuery 30 │ 1535.05ms │ 1553.24ms │ no change │ │ QQuery 31 │ 1756.57ms │ 1786.77ms │ no change │ │ QQuery 32 │ 7871.46ms │ 7820.37ms │ no change │ │ QQuery 33 │ 7257.54ms │ 7342.05ms │ no change │ │ QQuery 34 │ 7327.72ms │ 7357.44ms │ no change │ │ QQuery 35 │ 2186.67ms │ 2208.35ms │ no change │ │ QQuery 36 │ 140.08ms │ 138.37ms │ no change │ │ QQuery 37 │ 80.67ms │ 81.03ms │ no change │ │ QQuery 38 │ 139.33ms │ 136.52ms │ no change │ │ QQuery 39 │ 209.62ms │ 214.95ms │ no change │ │ QQuery 40 │ 65.74ms │ 64.55ms │ no change │ │ QQuery 41 │ 61.53ms │ 64.67ms │ 1.05x slower │ │ QQuery 42 │ 55.64ms │ 58.14ms │ 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