alamb opened a new issue, #15513: URL: https://github.com/apache/datafusion/issues/15513
### Is your feature request related to a problem or challenge? @adriangb has a great PR to add dynamic filtering with TopK in DataFusion here: - https://github.com/apache/datafusion/pull/15301 ### Describe the solution you'd like It would be really nice to write a blog post about this optimization in DataFusion (and maybe call out how it works) Here are some related work * [Snowflake blog: Reimagining Top-K Aggregation Optimization at Snowflake](https://www.snowflake.com/en/engineering-blog/optimizing-top-k-aggregation-snowflake) * [Dynamic Filters in Starburst](https://docs.starburst.io/latest/admin/dynamic-filtering.html), High level points - Study DuckDB plan https://github.com/apache/datafusion/issues/15177 (hos much faster) - Went back and forth to design something that could be general purpose - Did benchmarking, - Results are amazing, etc ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org