jonathanc-n commented on PR #13457: URL: https://github.com/apache/datafusion/pull/13457#issuecomment-2481676686
``` Comparing main and column -------------------- Benchmark clickbench_1.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ column ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 0 │ 0.27ms │ 0.36ms │ 1.34x slower │ │ QQuery 1 │ 61.02ms │ 36.84ms │ +1.66x faster │ │ QQuery 2 │ 84.63ms │ 83.85ms │ no change │ │ QQuery 3 │ 78.49ms │ 70.84ms │ +1.11x faster │ │ QQuery 4 │ 696.13ms │ 695.54ms │ no change │ │ QQuery 5 │ 765.24ms │ 806.28ms │ 1.05x slower │ │ QQuery 6 │ 33.10ms │ 31.55ms │ no change │ │ QQuery 7 │ 40.46ms │ 41.95ms │ no change │ │ QQuery 8 │ 797.77ms │ 720.54ms │ +1.11x faster │ │ QQuery 9 │ 1057.00ms │ 993.54ms │ +1.06x faster │ │ QQuery 10 │ 248.37ms │ 246.95ms │ no change │ │ QQuery 11 │ 261.37ms │ 282.06ms │ 1.08x slower │ │ QQuery 12 │ 869.76ms │ 926.57ms │ 1.07x slower │ │ QQuery 13 │ 1338.20ms │ 1382.54ms │ no change │ │ QQuery 14 │ 819.75ms │ 802.72ms │ no change │ │ QQuery 15 │ 856.39ms │ 873.74ms │ no change │ │ QQuery 16 │ 1892.26ms │ 1881.67ms │ no change │ │ QQuery 17 │ 1798.52ms │ 1794.75ms │ no change │ │ QQuery 18 │ 4686.36ms │ 4779.32ms │ no change │ │ QQuery 19 │ 61.05ms │ 66.55ms │ 1.09x slower │ │ QQuery 20 │ 1132.85ms │ 1268.51ms │ 1.12x slower │ │ QQuery 21 │ 1512.94ms │ 1720.92ms │ 1.14x slower │ │ QQuery 22 │ 4829.86ms │ 4858.37ms │ no change │ │ QQuery 23 │ 11642.12ms │ 10491.15ms │ +1.11x faster │ │ QQuery 24 │ 633.42ms │ 570.52ms │ +1.11x faster │ │ QQuery 25 │ 511.58ms │ 508.50ms │ no change │ │ QQuery 26 │ 586.58ms │ 689.01ms │ 1.17x slower │ │ QQuery 27 │ 1842.41ms │ 1985.72ms │ 1.08x slower │ │ QQuery 28 │ 14969.19ms │ 14861.69ms │ no change │ │ QQuery 29 │ 540.19ms │ 525.39ms │ no change │ │ QQuery 30 │ 838.59ms │ 828.83ms │ no change │ │ QQuery 31 │ 787.30ms │ 842.87ms │ 1.07x slower │ │ QQuery 32 │ 4365.25ms │ 3927.03ms │ +1.11x faster │ │ QQuery 33 │ 9277.87ms │ 6284.31ms │ +1.48x faster │ │ QQuery 34 │ 7823.31ms │ 6524.80ms │ +1.20x faster │ │ QQuery 35 │ 1121.27ms │ 1112.43ms │ no change │ │ QQuery 36 │ 130.37ms │ 125.53ms │ no change │ │ QQuery 37 │ 90.24ms │ 90.44ms │ no change │ │ QQuery 38 │ 91.87ms │ 92.78ms │ no change │ │ QQuery 39 │ 235.79ms │ 228.69ms │ no change │ │ QQuery 40 │ 32.08ms │ 29.45ms │ +1.09x faster │ │ QQuery 41 │ 29.82ms │ 29.51ms │ no change │ │ QQuery 42 │ 36.08ms │ 36.22ms │ no change │ └──────────────┴────────────┴────────────┴───────────────┘ ``` Giving weird results, trying to fix. -- 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]
