adriangb commented on PR #21931: URL: https://github.com/apache/datafusion/pull/21931#issuecomment-4348579449
@gene-bordegaray @Dandandan I'm curious what you think of this. It's a bit of a compromise: 1. Faster or neutral at low partition counts for both filter pushdown on and off. 2. Faster or neutral at high partition counts for pushdown off. Slower for pushdown on. I think this is something we can address later. What this gets us is: 1. Better perf at settings most benchmarks (and laptops, etc.) run under. 2. Resolves @gene-bordegaray 's range partitioning issues. -- 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]
