korowa commented on PR #8020: URL: https://github.com/apache/arrow-datafusion/pull/8020#issuecomment-1791391440
@metesynnada, thanks! Results for tpch_mem (10 iterations, scale=1) and tpch (5 iterations, scale=10) are ``` -------------------- Benchmark tpch.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓ ┃ Query ┃ master ┃ hash_join_batch_size ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩ │ QQuery 1 │ 5415.03ms │ 5425.11ms │ no change │ │ QQuery 2 │ 857.37ms │ 930.79ms │ 1.09x slower │ │ QQuery 3 │ 2550.69ms │ 2668.79ms │ no change │ │ QQuery 4 │ 1329.48ms │ 1394.45ms │ no change │ │ QQuery 5 │ 3670.07ms │ 3799.92ms │ no change │ │ QQuery 6 │ 1226.23ms │ 1232.87ms │ no change │ │ QQuery 7 │ 7879.84ms │ 8178.27ms │ no change │ │ QQuery 8 │ 3723.55ms │ 3748.62ms │ no change │ │ QQuery 9 │ 6454.01ms │ 6679.66ms │ no change │ │ QQuery 10 │ 3747.42ms │ 3792.84ms │ no change │ │ QQuery 11 │ 1061.44ms │ 1118.66ms │ 1.05x slower │ │ QQuery 12 │ 1876.41ms │ 1908.35ms │ no change │ │ QQuery 13 │ 3787.24ms │ 3937.90ms │ no change │ │ QQuery 14 │ 1627.99ms │ 1635.65ms │ no change │ │ QQuery 15 │ 1648.28ms │ 1655.15ms │ no change │ │ QQuery 16 │ 931.55ms │ 942.41ms │ no change │ │ QQuery 17 │ 14161.80ms │ 14253.68ms │ no change │ │ QQuery 18 │ 21711.26ms │ 23960.37ms │ 1.10x slower │ │ QQuery 19 │ 3027.67ms │ 3069.92ms │ no change │ │ QQuery 20 │ 3825.12ms │ 3925.90ms │ no change │ │ QQuery 21 │ 9527.87ms │ 10463.53ms │ 1.10x slower │ │ QQuery 22 │ 1010.40ms │ 1043.16ms │ no change │ └──────────────┴────────────┴──────────────────────┴──────────────┘ -------------------- Benchmark tpch_mem.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ master ┃ hash_join_batch_size ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 393.17ms │ 392.63ms │ no change │ │ QQuery 2 │ 94.37ms │ 99.65ms │ 1.06x slower │ │ QQuery 3 │ 100.94ms │ 105.51ms │ no change │ │ QQuery 4 │ 69.70ms │ 70.29ms │ no change │ │ QQuery 5 │ 227.66ms │ 231.48ms │ no change │ │ QQuery 6 │ 32.18ms │ 30.46ms │ +1.06x faster │ │ QQuery 7 │ 461.49ms │ 491.93ms │ 1.07x slower │ │ QQuery 8 │ 159.03ms │ 163.71ms │ no change │ │ QQuery 9 │ 337.22ms │ 360.54ms │ 1.07x slower │ │ QQuery 10 │ 190.43ms │ 195.71ms │ no change │ │ QQuery 11 │ 111.48ms │ 117.54ms │ 1.05x slower │ │ QQuery 12 │ 87.90ms │ 88.86ms │ no change │ │ QQuery 13 │ 179.83ms │ 187.62ms │ no change │ │ QQuery 14 │ 35.45ms │ 29.73ms │ +1.19x faster │ │ QQuery 15 │ 35.02ms │ 39.34ms │ 1.12x slower │ │ QQuery 16 │ 82.82ms │ 89.14ms │ 1.08x slower │ │ QQuery 17 │ 616.74ms │ 583.82ms │ +1.06x faster │ │ QQuery 18 │ 723.74ms │ 813.82ms │ 1.12x slower │ │ QQuery 19 │ 98.08ms │ 97.18ms │ no change │ │ QQuery 20 │ 192.25ms │ 192.46ms │ no change │ │ QQuery 21 │ 576.40ms │ 609.72ms │ 1.06x slower │ │ QQuery 22 │ 59.03ms │ 58.96ms │ 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
