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

CSV generation by column #13

Open
kondziu opened this issue Jul 14, 2021 · 0 comments
Open

CSV generation by column #13

kondziu opened this issue Jul 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kondziu
Copy link
Contributor

kondziu commented Jul 14, 2021

CSV generation by column

Currently CSVs are generated by creating each row at a time. This means that all attributes need to be loaded into memory to create the CSV file, along with all prerequisites. If there are a lot of attributes, we can run out of memory.

The idea would be to load an attribute, generate the CSV column for it, and then move on to the next attribute. This will allow attributes to be GC'd (see #12).

@kondziu kondziu added the enhancement New feature or request label Jul 14, 2021
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