Dandandan commented on PR #19639: URL: https://github.com/apache/datafusion/pull/19639#issuecomment-3722465145
https://github.com/apache/datafusion/pull/19694#issuecomment-3722438714 A run with join filter pushdown disabled and `DATAFUSION_OPTIMIZER_REPARTITION_FILE_MIN_SIZE = 128 * 1024` shows almost no regression for tpch: ``` ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ HEAD ┃ filter-pushdown-dynamic ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 198.34 ms │ 186.73 ms │ +1.06x faster │ │ QQuery 2 │ 99.30 ms │ 92.08 ms │ +1.08x faster │ │ QQuery 3 │ 127.47 ms │ 119.80 ms │ +1.06x faster │ │ QQuery 4 │ 77.87 ms │ 81.47 ms │ no change │ │ QQuery 5 │ 170.97 ms │ 168.22 ms │ no change │ │ QQuery 6 │ 68.24 ms │ 57.94 ms │ +1.18x faster │ │ QQuery 7 │ 217.17 ms │ 207.89 ms │ no change │ │ QQuery 8 │ 160.24 ms │ 160.56 ms │ no change │ │ QQuery 9 │ 219.80 ms │ 224.93 ms │ no change │ │ QQuery 10 │ 186.68 ms │ 181.10 ms │ no change │ │ QQuery 11 │ 74.33 ms │ 71.38 ms │ no change │ │ QQuery 12 │ 118.01 ms │ 104.69 ms │ +1.13x faster │ │ QQuery 13 │ 218.63 ms │ 209.75 ms │ no change │ │ QQuery 14 │ 94.12 ms │ 87.85 ms │ +1.07x faster │ │ QQuery 15 │ 120.58 ms │ 115.81 ms │ no change │ │ QQuery 16 │ 56.60 ms │ 58.46 ms │ no change │ │ QQuery 17 │ 269.83 ms │ 276.53 ms │ no change │ │ QQuery 18 │ 317.33 ms │ 307.73 ms │ no change │ │ QQuery 19 │ 134.61 ms │ 137.69 ms │ no change │ │ QQuery 20 │ 126.79 ms │ 121.13 ms │ no change │ │ QQuery 21 │ 264.65 ms │ 255.95 ms │ no change │ │ QQuery 22 │ 42.75 ms │ 48.89 ms │ 1.14x 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
