Skip to content

Improve async compute #25

@jpbnetley

Description

@jpbnetley

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions