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

Streaming #104

Open
FabioBatSilva opened this issue Apr 29, 2019 · 1 comment
Open

Streaming #104

FabioBatSilva opened this issue Apr 29, 2019 · 1 comment
Labels

Comments

@FabioBatSilva
Copy link

Hi,

Is there any way to generate a table/csv that doesn't required all the values to be loaded in memory ?
It looks like iterators are supported in some cases but the iterator is converted into Vec of cells/rows before it gets written.

Sorry if this is not the right place to ask question

@phsym phsym added the question label Aug 25, 2019
@phsym
Copy link
Owner

phsym commented Aug 25, 2019

Hi,
Streaming is not possible with the current design. All the values need to be loaded in memory in order to compute table dimensions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants