alamb commented on PR #6954: URL: https://github.com/apache/arrow-datafusion/pull/6954#issuecomment-1634591961
This shows a little benefit bit maybe in the noise range ``` ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main_base ┃ alamb_faster_grouping ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 560.29ms │ 533.10ms │ no change │ │ QQuery 2 │ 174.72ms │ 162.55ms │ +1.07x faster │ │ QQuery 3 │ 167.44ms │ 161.30ms │ no change │ │ QQuery 4 │ 119.56ms │ 117.52ms │ no change │ │ QQuery 5 │ 394.33ms │ 400.22ms │ no change │ │ QQuery 6 │ 45.54ms │ 40.08ms │ +1.14x faster │ │ QQuery 7 │ 849.06ms │ 837.12ms │ no change │ │ QQuery 8 │ 258.03ms │ 247.16ms │ no change │ │ QQuery 9 │ 595.82ms │ 566.07ms │ no change │ │ QQuery 10 │ 341.31ms │ 337.04ms │ no change │ │ QQuery 11 │ 170.28ms │ 159.25ms │ +1.07x faster │ │ QQuery 12 │ 175.19ms │ 173.80ms │ no change │ │ QQuery 13 │ 331.46ms │ 315.21ms │ no change │ │ QQuery 14 │ 48.67ms │ 49.25ms │ no change │ │ QQuery 15 │ 59.04ms │ 50.88ms │ +1.16x faster │ │ QQuery 16 │ 164.45ms │ 164.20ms │ no change │ │ QQuery 17 │ 966.84ms │ 873.41ms │ +1.11x faster │ │ QQuery 18 │ 1676.43ms │ 1637.90ms │ no change │ │ QQuery 19 │ 166.95ms │ 167.24ms │ no change │ │ QQuery 20 │ 313.92ms │ 313.73ms │ no change │ │ QQuery 21 │ 1062.69ms │ 1060.65ms │ no change │ │ QQuery 22 │ 88.17ms │ 93.33ms │ 1.06x slower │ └──────────────┴───────────┴───────────────────────┴───────────────┘ ``` -- 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]
