Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pagination and pushdown for bq fdw #65

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

burmecia
Copy link
Member

@burmecia burmecia commented Mar 1, 2023

What kind of change does this PR introduce?

This PR is to add result pagination and order and 'limit' pushdown for BigQuery FDW.

What is the current behavior?

The BQ FDW currently can only read one page of data which is not more than 10MB, thus caused incorrect result if the source dataset is large. Also there is no which caused slow queries.

What is the new behavior?

Result pagination and order and limit pushdown have been added.

Additional context

N/A

@burmecia burmecia self-assigned this Mar 1, 2023
@burmecia burmecia requested a review from olirice March 1, 2023 00:29
@burmecia burmecia added the enhancement New feature or request label Mar 1, 2023
@burmecia burmecia merged commit 73b352f into main Mar 1, 2023
@burmecia burmecia deleted the fix/bq-pagination-pushdown branch March 1, 2023 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants