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

Improve async compute #25

Open
jpbnetley opened this issue Jul 28, 2020 · 0 comments
Open

Improve async compute #25

jpbnetley opened this issue Jul 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jpbnetley
Copy link
Owner

jpbnetley commented Jul 28, 2020

improve async functions to only read in a few csv items at a time and write them to the db.

Currently all the files and the csv items are read in to memory before it is writing to the db.

Update to read in a few lines, write to db on a separate thread, and continue to read in the next lines for a file.

@jpbnetley jpbnetley added the enhancement New feature or request label Jul 28, 2020
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