-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add options to yield multiple packages #115
Comments
Fixed in #115.
Not yet added to:
For
To avoid the
Since this would require a change to the API (to prevent incoherent options like |
Opened follow-up issue #122, so closing. |
Follow-up to #83
Yielding a single package can lead to all memory being consumed.
We can do something similar to split-record-packages to yield a package once it reaches a given number of records. This applies to all commands that yields a single package.
The text was updated successfully, but these errors were encountered: