jonathanc-n commented on PR #16234: URL: https://github.com/apache/datafusion/pull/16234#issuecomment-2933072660
I ran some of my own benchmarks and it looks significant faster: ``` -------------------- Benchmark h2o_window.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ test ┃ constant_agg_window ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 652.58ms │ 231.97ms │ +2.81x faster │ │ QQuery 2 │ 1484.23ms │ 1474.34ms │ no change │ │ QQuery 3 │ 3722.48ms │ 3032.43ms │ +1.23x faster │ │ QQuery 4 │ 902.19ms │ 742.78ms │ +1.21x faster │ │ QQuery 5 │ 1183.35ms │ 1032.99ms │ +1.15x faster │ │ QQuery 6 │ 1143.23ms │ 1108.38ms │ no change │ │ QQuery 7 │ 1138.37ms │ 1134.46ms │ no change │ │ QQuery 8 │ 4860.75ms │ 4273.91ms │ +1.14x faster │ │ QQuery 9 │ 780.54ms │ 678.87ms │ +1.15x faster │ │ QQuery 10 │ 927.86ms │ 664.33ms │ +1.40x faster │ │ QQuery 11 │ 804.48ms │ 676.44ms │ +1.19x faster │ │ QQuery 12 │ 1365.07ms │ 1229.44ms │ +1.11x faster │ └──────────────┴───────────┴─────────────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩ │ Total Time (test) │ 18965.13ms │ │ Total Time (constant_agg_window) │ 16280.34ms │ │ Average Time (test) │ 1580.43ms │ │ Average Time (constant_agg_window) │ 1356.70ms │ │ Queries Faster │ 9 │ │ Queries Slower │ 0 │ │ Queries with No Change │ 3 │ └────────────────────────────────────┴────────────┘ ``` -- 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]
