Skip to content

PR for Pushdown of LIMIT and OFFSET #81

@abramsh

Description

@abramsh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions