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

dynamically adjust number of rows fetched at a time #33

Open
diosmosis opened this issue Feb 15, 2024 · 0 comments
Open

dynamically adjust number of rows fetched at a time #33

diosmosis opened this issue Feb 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@diosmosis
Copy link
Member

Different reports will result in different row sizes, and after #4, different requests will result in different row sizes. For some requests, it will be more efficient to load a large number of rows at a time, while other reports would not support it.

It would be useful if the connector was able to dynamically adjust the rows fetched at a time if too large, and cache the number that works each request.

@diosmosis diosmosis added the enhancement New feature or request label Feb 15, 2024
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

No branches or pull requests

1 participant