Skip to content

Does connector-x support filter pushdown with polars? #298

Answered by ritchie46
chitralverma asked this question in Q&A
Discussion options

You must be logged in to vote

That's correct. Polars optimizations are not pushed down into connector-x. Any read_<> function in polars will be eager and will have no optimizations. scan_<> functions do. However we don't push down to sql. That's not trivially implemented.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@chitralverma
Comment options

@ritchie46
Comment options

@chitralverma
Comment options

Answer selected by chitralverma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants