Re: [I] Blog post about TopK filter pushdown [datafusion]

2025-07-02 Thread via GitHub
alamb commented on issue #15513: URL: https://github.com/apache/datafusion/issues/15513#issuecomment-3027160719 Here is my suggestion for a blog / outline: The goal is a technical evangelism piece. The reader should come away having learned something about columnar query engines (not

Re: [I] Blog post about TopK filter pushdown [datafusion]

2025-06-18 Thread via GitHub
alamb commented on issue #15513: URL: https://github.com/apache/datafusion/issues/15513#issuecomment-2985614903 Now all we need to do is find time to write one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [I] Blog post about TopK filter pushdown [datafusion]

2025-06-17 Thread via GitHub
adriangb commented on issue #15513: URL: https://github.com/apache/datafusion/issues/15513#issuecomment-2982293966 I think we're ready to publish a blogpost! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] Blog post about TopK filter pushdown [datafusion]

2025-04-06 Thread via GitHub
alamb commented on issue #15513: URL: https://github.com/apache/datafusion/issues/15513#issuecomment-2781382737 Thanks @aaryyya -- note we'll need to actually finish the work before we can publish a blog Of course, blog driven development does work pretty well -- it is basically we

Re: [I] Blog post about TopK filter pushdown [datafusion]

2025-04-05 Thread via GitHub
aaryyya commented on issue #15513: URL: https://github.com/apache/datafusion/issues/15513#issuecomment-2781244647 take -- 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. T

[I] Blog post about TopK filter pushdown [datafusion]

2025-04-05 Thread via GitHub
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