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

Support Variable Chunk Sizes #60

Open
graza-io opened this issue Dec 11, 2024 · 2 comments
Open

Support Variable Chunk Sizes #60

graza-io opened this issue Dec 11, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@graza-io
Copy link
Contributor

Currently we default to a chunk size of 10000.

For API Sources 10000 rows is a lot of data and may mean that we're iterating hundreds of API calls before writing a chunk, which means we could fail after 99 calls and lose everything we've collected previously.

A variable chunk size could allow us to set it at a chunk per page of data returned from an API, this feels more responsive and safe for longer collections.

@graza-io graza-io added the enhancement New feature or request label Dec 11, 2024
@kaidaguerre
Copy link
Contributor

this will be done as part of custom tables

@kaidaguerre
Copy link
Contributor

@graza how would chunk size be specified?

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

2 participants