korowa commented on PR #8538: URL: https://github.com/apache/arrow-datafusion/pull/8538#issuecomment-1855336622
Benchmark results for tpch_mem are ``` -------------------- Benchmark tpch_mem.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ master ┃ hash_join_state ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 238.62ms │ 239.68ms │ no change │ │ QQuery 2 │ 83.95ms │ 81.64ms │ no change │ │ QQuery 3 │ 169.21ms │ 173.42ms │ no change │ │ QQuery 4 │ 142.54ms │ 140.95ms │ no change │ │ QQuery 5 │ 324.32ms │ 324.17ms │ no change │ │ QQuery 6 │ 27.11ms │ 25.77ms │ no change │ │ QQuery 7 │ 666.41ms │ 652.17ms │ no change │ │ QQuery 8 │ 126.28ms │ 133.17ms │ 1.05x slower │ │ QQuery 9 │ 179.83ms │ 179.57ms │ no change │ │ QQuery 10 │ 306.72ms │ 308.34ms │ no change │ │ QQuery 11 │ 70.66ms │ 65.59ms │ +1.08x faster │ │ QQuery 12 │ 136.88ms │ 137.92ms │ no change │ │ QQuery 13 │ 142.20ms │ 147.34ms │ no change │ │ QQuery 14 │ 56.03ms │ 49.15ms │ +1.14x faster │ │ QQuery 15 │ 144.09ms │ 143.68ms │ no change │ │ QQuery 16 │ 62.33ms │ 59.99ms │ no change │ │ QQuery 17 │ 241.87ms │ 235.84ms │ no change │ │ QQuery 18 │ 577.50ms │ 586.59ms │ no change │ │ QQuery 19 │ 75.16ms │ 73.42ms │ no change │ │ QQuery 20 │ 189.61ms │ 184.65ms │ no change │ │ QQuery 21 │ 755.00ms │ 733.98ms │ no change │ │ QQuery 22 │ 36.87ms │ 37.85ms │ 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]
