-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Would you be open to a PR that adds pushdown of LIMIT and OFFSET?
I just read #71 and generally agree with the limitations and suggested generator workaround. However, at least for us, there are many queries which can be completely pushed down other than LIMIT.
Obviously, the logic would need to confirm that the query could be completely pushed down, which means in addition to a new Python method to check if the FDW can support limit/offset, we'd also need a new method to check if it supports the full set of quals.
I'd already started an implementation before I saw #71, but I won't bother going any further if you have no interest in merging it.
Metadata
Metadata
Assignees
Labels
No labels