alamb commented on issue #7363: URL: https://github.com/apache/arrow-rs/issues/7363#issuecomment-2769692584
Here are the current clickbench results for the code in https://github.com/apache/arrow-rs/pull/6921 - https://github.com/apache/datafusion/pull/15506 ``` -------------------- Benchmark clickbench_1.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main_base ┃ alamb_filter_pushdown ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 0 │ 0.57ms │ 0.58ms │ no change │ │ QQuery 1 │ 68.16ms │ 70.64ms │ no change │ │ QQuery 2 │ 116.52ms │ 118.28ms │ no change │ │ QQuery 3 │ 123.86ms │ 123.76ms │ no change │ │ QQuery 4 │ 776.15ms │ 797.72ms │ no change │ │ QQuery 5 │ 848.82ms │ 880.01ms │ no change │ │ QQuery 6 │ 64.80ms │ 67.14ms │ no change │ │ QQuery 7 │ 77.36ms │ 93.04ms │ 1.20x slower │ │ QQuery 8 │ 957.21ms │ 983.79ms │ no change │ │ QQuery 9 │ 1239.49ms │ 1275.73ms │ no change │ │ QQuery 10 │ 299.68ms │ 318.01ms │ 1.06x slower │ │ QQuery 11 │ 344.19ms │ 360.58ms │ no change │ │ QQuery 12 │ 945.45ms │ 1058.68ms │ 1.12x slower │ │ QQuery 13 │ 1323.58ms │ 1548.38ms │ 1.17x slower │ │ QQuery 14 │ 885.86ms │ 1063.57ms │ 1.20x slower │ │ QQuery 15 │ 1110.56ms │ 1134.68ms │ no change │ │ QQuery 16 │ 1834.24ms │ 1789.95ms │ no change │ │ QQuery 17 │ 1662.90ms │ 1650.05ms │ no change │ │ QQuery 18 │ 3176.45ms │ 3164.17ms │ no change │ │ QQuery 19 │ 116.43ms │ 123.84ms │ 1.06x slower │ │ QQuery 20 │ 1206.01ms │ 1204.47ms │ no change │ │ QQuery 21 │ 1445.16ms │ 1351.41ms │ +1.07x faster │ │ QQuery 22 │ 2708.56ms │ 2401.18ms │ +1.13x faster │ │ QQuery 23 │ 8690.72ms │ 5234.73ms │ +1.66x faster │ │ QQuery 24 │ 509.28ms │ 684.55ms │ 1.34x slower │ │ QQuery 25 │ 426.36ms │ 553.26ms │ 1.30x slower │ │ QQuery 26 │ 581.56ms │ 802.46ms │ 1.38x slower │ │ QQuery 27 │ 1797.38ms │ 2464.11ms │ 1.37x slower │ │ QQuery 28 │ 13274.54ms │ 14650.91ms │ 1.10x slower │ │ QQuery 29 │ 629.26ms │ 598.10ms │ no change │ │ QQuery 30 │ 970.56ms │ 1286.68ms │ 1.33x slower │ │ QQuery 31 │ 1008.49ms │ 1398.40ms │ 1.39x slower │ │ QQuery 32 │ 3220.54ms │ 3249.25ms │ no change │ │ QQuery 33 │ 3948.22ms │ 3595.57ms │ +1.10x faster │ │ QQuery 34 │ 3968.56ms │ 3536.51ms │ +1.12x faster │ │ QQuery 35 │ 1477.42ms │ 1317.28ms │ +1.12x faster │ │ QQuery 36 │ 310.58ms │ 277.12ms │ +1.12x faster │ │ QQuery 37 │ 144.55ms │ 136.09ms │ +1.06x faster │ │ QQuery 38 │ 188.40ms │ 167.13ms │ +1.13x faster │ │ QQuery 39 │ 537.25ms │ 419.03ms │ +1.28x faster │ │ QQuery 40 │ 73.01ms │ 110.69ms │ 1.52x slower │ │ QQuery 41 │ 83.59ms │ 105.50ms │ 1.26x slower │ │ QQuery 42 │ 91.66ms │ 96.24ms │ no change │ └──────────────┴────────────┴───────────────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩ │ Total Time (main_base) │ 63263.96ms │ │ Total Time (alamb_filter_pushdown) │ 62263.28ms │ │ Average Time (main_base) │ 1471.25ms │ │ Average Time (alamb_filter_pushdown) │ 1447.98ms │ │ Queries Faster │ 10 │ │ Queries Slower │ 15 │ │ Queries with No Change │ 18 │ └──────────────────────────────────────┴────────────┘ ``` -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org