jayzhan211 commented on issue #11360: URL: https://github.com/apache/datafusion/issues/11360#issuecomment-2249149122
``` -------------------- Benchmark clickbench_1.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ rm-group ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 0 │ 0.51ms │ 0.47ms │ +1.09x faster │ │ QQuery 1 │ 39.48ms │ 40.42ms │ no change │ │ QQuery 2 │ 72.55ms │ 74.66ms │ no change │ │ QQuery 3 │ 60.83ms │ 64.15ms │ 1.05x slower │ │ QQuery 4 │ 411.03ms │ 780.34ms │ 1.90x slower │ │ QQuery 5 │ 689.68ms │ 848.49ms │ 1.23x slower │ │ QQuery 6 │ 36.17ms │ 39.55ms │ 1.09x slower │ │ QQuery 7 │ 38.18ms │ 36.60ms │ no change │ │ QQuery 8 │ 752.03ms │ 520.39ms │ +1.45x faster │ │ QQuery 9 │ 646.74ms │ 650.58ms │ no change │ │ QQuery 10 │ 192.66ms │ 194.48ms │ no change │ │ QQuery 11 │ 217.84ms │ 222.11ms │ no change │ │ QQuery 12 │ 721.83ms │ 725.29ms │ no change │ │ QQuery 13 │ 1531.53ms │ 2302.53ms │ 1.50x slower │ │ QQuery 14 │ 998.00ms │ 997.10ms │ no change │ │ QQuery 15 │ 487.51ms │ 494.70ms │ no change │ │ QQuery 16 │ 2073.38ms │ 1678.31ms │ +1.24x faster │ │ QQuery 17 │ 2035.91ms │ 1731.46ms │ +1.18x faster │ │ QQuery 18 │ 5263.26ms │ 4561.70ms │ +1.15x faster │ │ QQuery 19 │ 58.90ms │ 55.16ms │ +1.07x faster │ │ QQuery 20 │ 1520.68ms │ 1473.57ms │ no change │ │ QQuery 21 │ 1732.55ms │ 1742.90ms │ no change │ │ QQuery 22 │ 4368.40ms │ 4373.69ms │ no change │ │ QQuery 23 │ 8494.32ms │ 8264.09ms │ no change │ │ QQuery 24 │ 489.16ms │ 491.06ms │ no change │ │ QQuery 25 │ 496.44ms │ 493.40ms │ no change │ │ QQuery 26 │ 548.20ms │ 554.44ms │ no change │ │ QQuery 27 │ 1300.33ms │ 1310.05ms │ no change │ │ QQuery 28 │ 10281.79ms │ 10086.87ms │ no change │ │ QQuery 29 │ 420.42ms │ 419.32ms │ no change │ │ QQuery 30 │ 877.19ms │ 850.86ms │ no change │ │ QQuery 31 │ 1010.85ms │ 991.67ms │ no change │ │ QQuery 32 │ 9338.74ms │ 8808.60ms │ +1.06x faster │ │ QQuery 33 │ 3646.16ms │ 4057.37ms │ 1.11x slower │ │ QQuery 34 │ 3540.59ms │ 4003.55ms │ 1.13x slower │ │ QQuery 35 │ 1050.15ms │ 1151.70ms │ 1.10x slower │ │ QQuery 36 │ 144.86ms │ 146.93ms │ no change │ │ QQuery 37 │ 102.85ms │ 100.53ms │ no change │ │ QQuery 38 │ 107.28ms │ 107.49ms │ no change │ │ QQuery 39 │ 389.38ms │ 396.20ms │ no change │ │ QQuery 40 │ 35.23ms │ 36.68ms │ no change │ │ QQuery 41 │ 33.02ms │ 33.52ms │ no change │ │ QQuery 42 │ 41.73ms │ 45.64ms │ 1.09x slower │ └──────────────┴────────────┴────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩ │ Total Time (main) │ 66298.33ms │ │ Total Time (rm-group) │ 65958.65ms │ │ Average Time (main) │ 1541.82ms │ │ Average Time (rm-group) │ 1533.92ms │ │ Queries Faster │ 7 │ │ Queries Slower │ 9 │ │ Queries with No Change │ 27 │ └─────────────────────────┴────────────┘ ``` No clear advantage of whether convert to group or not -- 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]
