Dandandan commented on PR #15770: URL: https://github.com/apache/datafusion/pull/15770#issuecomment-2972769559
Combined with changes in my PR (https://github.com/apache/datafusion/pull/16408), this is looking sweet for the TopK benchmarks: ``` Benchmark run_topk_tpch.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ topk-apply-filter ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ Q1 │ 28.59 ms │ 16.69 ms │ +1.71x faster │ │ Q2 │ 30.36 ms │ 20.65 ms │ +1.47x faster │ │ Q3 │ 101.92 ms │ 54.89 ms │ +1.86x faster │ │ Q4 │ 27.61 ms │ 22.37 ms │ +1.23x faster │ │ Q5 │ 19.31 ms │ 12.73 ms │ +1.52x faster │ │ Q6 │ 42.45 ms │ 26.39 ms │ +1.61x faster │ │ Q7 │ 85.18 ms │ 70.72 ms │ +1.20x faster │ │ Q8 │ 103.80 ms │ 46.25 ms │ +2.24x faster │ │ Q9 │ 99.54 ms │ 63.53 ms │ +1.57x faster │ │ Q10 │ 141.00 ms │ 100.62 ms │ +1.40x faster │ │ Q11 │ 78.28 ms │ 56.94 ms │ +1.37x faster │ └──────────────┴───────────┴───────────────────┴───────────────┘ ``` -- 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