tschwarzinger commented on PR #24921: URL: https://github.com/apache/datafusion/pull/24921#issuecomment-5525334052
cc @gabotechs @Dandandan Maybe it's interesting to you as you've been working on https://github.com/apache/datafusion/pull/19761 And could someone please trigger benchmarks (TPC-H, not sure whether TPC-DS or something else shows improvements) with simulated latency. Thanks! Speed-ups will be for queries that have multiple small scans (the first small scan will likely be executed quite fast in a join tree). For example TPC-H Q2 reads two small tables (`nation` and `region`). -- 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]
