-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request