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 batch dataset writing #37

Merged
merged 3 commits into from
Nov 3, 2022
Merged

Support batch dataset writing #37

merged 3 commits into from
Nov 3, 2022

Conversation

akudiyar
Copy link
Collaborator

@akudiyar akudiyar commented Oct 5, 2022

TODO:

Closes #16

Also, when a `stopOnError` option is set to `true`, the batches will be
written one after another, thus when an error occurs, the operation will
stop on the last unsuccessful batch (default mode).
When this option is set to `false`, all scheduled batches will be written
asynchronously in parallel, and the possible errors will be returned only
when all scheduled operations are finished.
@akudiyar akudiyar marked this pull request as ready for review November 3, 2022 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement efficient bulk writing of datasets
1 participant