typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

Avoid OOM errors by shrinking batch group to 4 #36

Closed flyingsilverfin closed 2 years ago

flyingsilverfin commented 2 years ago

To avoid OOM errors when loading large files, we shrink the size of the batches in the queue that sits between the CSV reader and the writer threads, from 32 to 4.