Increase speed of container flow generation by reducing I/O operations #173
Labels
enhancement
New feature or request
low-priority
This involves a major time investment at probably minor improvements
Is your feature request related to a problem? Please describe.
Currently, the generation of the container flows takes a while, especially for larger datasets.
Most likely, this is due to the I/O operations - that needs to be verified first.
Describe the solution you'd like
The ORM wrapper peewee offers some options to tune it.
Some are presented at https://docs.peewee-orm.com/en/latest/peewee/querying.html#bulk-inserts
Maybe some of these methods can be introduced with minor changes in code?
Describe alternatives you've considered
Keep things as they are and learn to be patient.
The text was updated successfully, but these errors were encountered: